Package | Description |
---|---|
org.jikesrvm.scheduler |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
NoYieldpointsMonitor |
RVMThread.monitor() |
(package private) static NoYieldpointsMonitor |
RVMThread.monitorForSlot(int slot) |