|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoYieldpointsMonitor | |
---|---|
org.jikesrvm.scheduler |
Uses of NoYieldpointsMonitor in org.jikesrvm.scheduler |
---|
Fields in org.jikesrvm.scheduler declared as NoYieldpointsMonitor | |
---|---|
static NoYieldpointsMonitor |
RVMThread.acctLock
Lock (mutex) used for creating and destroying threads as well as thread accounting. |
static NoYieldpointsMonitor |
RVMThread.debugLock
Lock (mutex) used for servicing debug requests. |
private static NoYieldpointsMonitor[] |
RVMThread.monitorBySlot
Per-thread monitors. |
private static NoYieldpointsMonitor |
RVMThread.outputLock
Lock used for generating debug output. |
Methods in org.jikesrvm.scheduler that return NoYieldpointsMonitor | |
---|---|
NoYieldpointsMonitor |
RVMThread.monitor()
Get the NoYieldpointsCondLock for this thread. |
(package private) static NoYieldpointsMonitor |
RVMThread.monitorForSlot(int slot)
Get a NoYieldpointsCondLock for a given thread slot. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |