Uses of Class
joeq.Scheduler.jq_Thread

Packages that use jq_Thread
joeq.Allocator   
joeq.ClassLib.apple13_osx.java.lang   
joeq.ClassLib.Common   
joeq.ClassLib.Common.java.lang   
joeq.ClassLib.sun14_linux.java.lang   
joeq.ClassLib.sun14_win32.java.lang   
joeq.Runtime   
joeq.Scheduler   
 

Uses of jq_Thread in joeq.Allocator
 

Methods in joeq.Allocator with parameters of type jq_Thread
static void SemiConservative.scanThreadStack(jq_Thread t)
           
 

Uses of jq_Thread in joeq.ClassLib.apple13_osx.java.lang
 

Fields in joeq.ClassLib.apple13_osx.java.lang declared as jq_Thread
 jq_Thread Thread.jq_thread
           
 

Uses of jq_Thread in joeq.ClassLib.Common
 

Methods in joeq.ClassLib.Common that return jq_Thread
 jq_Thread InterfaceImpl.getJQThread(Thread t)
           
 

Uses of jq_Thread in joeq.ClassLib.Common.java.lang
 

Fields in joeq.ClassLib.Common.java.lang declared as jq_Thread
 jq_Thread Thread.jq_thread
           
 

Uses of jq_Thread in joeq.ClassLib.sun14_linux.java.lang
 

Fields in joeq.ClassLib.sun14_linux.java.lang declared as jq_Thread
 jq_Thread Thread.jq_thread
           
 

Uses of jq_Thread in joeq.ClassLib.sun14_win32.java.lang
 

Fields in joeq.ClassLib.sun14_win32.java.lang declared as jq_Thread
 jq_Thread Thread.jq_thread
           
 

Uses of jq_Thread in joeq.Runtime
 

Methods in joeq.Runtime that return jq_Thread
static jq_Thread Unsafe.getThreadBlock()
           
 

Methods in joeq.Runtime with parameters of type jq_Thread
 void Monitor.lock(jq_Thread t)
          Lock this monitor with the given thread block.
static void SystemInterface.set_current_context(jq_Thread thread, jq_RegisterState context)
           
static void Unsafe.setThreadBlock(jq_Thread t)
           
 void Monitor.unlock(jq_Thread t)
          Unlock this monitor with the given thread block.
 

Uses of jq_Thread in joeq.Scheduler
 

Methods in joeq.Scheduler that return jq_Thread
 jq_Thread jq_ThreadQueue.dequeue()
           
 jq_Thread jq_SynchThreadQueue.dequeue()
           
 jq_Thread jq_NativeThread.getCurrentJavaThread()
          Get the currently-executing Java thread.
 jq_Thread jq_NativeThread.getCurrentThread()
          Returns the jq_Thread that is currently running on this native thread.
static jq_Thread ThreadUtils.getJQThread(Thread t)
           
 jq_Thread HostedThreadUtils.getJQThread(Thread t)
           
 jq_Thread FullThreadUtils.getJQThread(Thread t)
           
 jq_Thread jq_Thread.getNext()
           
 jq_Thread jq_ThreadQueue.peek()
           
 

Methods in joeq.Scheduler with parameters of type jq_Thread
 void jq_ThreadQueue.enqueue(jq_Thread t)
           
 void jq_SynchThreadQueue.enqueue(jq_Thread t)
           
 void jq_ThreadQueue.enqueueFront(jq_Thread t)
           
 void jq_SynchThreadQueue.enqueueFront(jq_Thread t)
           
 boolean jq_ThreadQueue.remove(jq_Thread t2)
           
 boolean jq_SynchThreadQueue.remove(jq_Thread t2)
           
static void jq_NativeThread.startJavaThread(jq_Thread t)
          Put the given Java thread on the queue of the least-busy native thread.
 void jq_NativeThread.yieldCurrentThreadTo(jq_Thread t)
           
 void jq_Thread.yieldTo(jq_Thread t)
           
 



Copyright © 2001-2005 John Whaley. All Rights Reserved.