Package | Description |
---|---|
org.jikesrvm.mm.mmtk | |
org.jikesrvm.scheduler |
Modifier and Type | Field and Description |
---|---|
private ThreadQueue |
Lock.queue |
Modifier and Type | Field and Description |
---|---|
(package private) ThreadQueue |
LightMonitor.entering |
(package private) ThreadQueue |
Lock.entering
Queue for entering the lock, guarded by mutex.
|
(package private) ThreadQueue |
RVMThread.queuedOn
The queue that the thread is on, or null if the thread is not on a queue
(specifically ThreadQueue).
|
(package private) ThreadQueue |
LightMonitor.waiting |
(package private) ThreadQueue |
Lock.waiting
Queue for waiting on a notify, guarded by mutex as well.
|