Package | Description |
---|---|
org.jikesrvm.scheduler |
Modifier and Type | Field and Description |
---|---|
protected RVMThread.Waiting |
RVMThread.waiting
Accounting of whether or not a thread is waiting (in the Java thread state
sense), and if so, how it's waiting.
|
Modifier and Type | Method and Description |
---|---|
static RVMThread.Waiting |
RVMThread.Waiting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RVMThread.Waiting[] |
RVMThread.Waiting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|