Uses of Class
org.jikesrvm.scheduler.RVMThread.Waiting

Packages that use RVMThread.Waiting
org.jikesrvm.scheduler   
 

Uses of RVMThread.Waiting in org.jikesrvm.scheduler
 

Fields in org.jikesrvm.scheduler declared as RVMThread.Waiting
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.
 

Methods in org.jikesrvm.scheduler that return RVMThread.Waiting
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.