class Semaphore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
s |
(package private) java.util.LinkedList<ModBoolean> |
waitQ |
Constructor and Description |
---|
Semaphore(int init) |
java.util.LinkedList<ModBoolean> waitQ
private int s