Uses of Class
org.vmmagic.pragma.NoCheckStore

Packages that use NoCheckStore
org.jikesrvm.scheduler   
 

Uses of NoCheckStore in org.jikesrvm.scheduler
 

Methods in org.jikesrvm.scheduler with annotations of type NoCheckStore
static void RVMThread.checkDebugRequest()
           
static void RVMThread.hardHandshakeResume(RVMThread.BlockAdapter ba, RVMThread.HardHandshakeVisitor hhv)
           
static void RVMThread.hardHandshakeSuspend(RVMThread.BlockAdapter ba, RVMThread.HardHandshakeVisitor hhv)
           
static void RVMThread.processAboutToTerminate()
          Method called after processing a list of threads, or before starting a new thread.
(package private)  void RVMThread.releaseThreadSlot()
          Release a thread's slot in the threads array.
static int RVMThread.snapshotHandshakeThreads()
           
static void RVMThread.softHandshake(RVMThread.SoftHandshakeVisitor v)
          Tell each thread to take a yieldpoint and wait until all of them have done so at least once.