protected static final class VMOperationControl.Worklist extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Worklist(VMMutex lock,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drain()
Drain the queue by applying the operations.
|
protected boolean |
isEmpty()
Returns true if the work list is empty, else false.
|
protected void |
push(VMOperation element)
Push a VMOperation.
|
protected boolean isEmpty()
protected void push(VMOperation element)
protected void drain()