class FQ
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
active |
private int |
current |
private boolean |
more |
private java.util.List<Pipe> |
pipes |
| Constructor and Description |
|---|
FQ() |
| Modifier and Type | Method and Description |
|---|---|
void |
activated(Pipe pipe) |
void |
attach(Pipe pipe) |
boolean |
hasIn() |
Msg |
recv(ValueReference<java.lang.Integer> errno) |
Msg |
recvPipe(ValueReference<java.lang.Integer> errno,
ValueReference<Pipe> pipe) |
void |
terminated(Pipe pipe) |
private final java.util.List<Pipe> pipes
private int active
private int current
private boolean more
public void attach(Pipe pipe)
public void terminated(Pipe pipe)
public void activated(Pipe pipe)
public Msg recv(ValueReference<java.lang.Integer> errno)
public Msg recvPipe(ValueReference<java.lang.Integer> errno, ValueReference<Pipe> pipe)
public boolean hasIn()