|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jq_NativeThread | |
---|---|
joeq.Allocator | |
joeq.Scheduler |
Uses of jq_NativeThread in joeq.Allocator |
---|
Methods in joeq.Allocator with parameters of type jq_NativeThread | |
---|---|
static void |
SemiConservative.scanQueuedThreads(jq_NativeThread nt)
|
Uses of jq_NativeThread in joeq.Scheduler |
---|
Fields in joeq.Scheduler declared as jq_NativeThread | |
---|---|
static jq_NativeThread |
jq_NativeThread.initial_native_thread
Data structure to represent the native thread that exists at virtual machine startup. |
static jq_NativeThread[] |
jq_NativeThread.native_threads
An array of all native threads. |
Methods in joeq.Scheduler that return jq_NativeThread | |
---|---|
jq_NativeThread |
jq_Thread.getNativeThread()
|
Methods in joeq.Scheduler with parameters of type jq_NativeThread | |
---|---|
static void |
jq_NativeThread.initNativeThreads(jq_NativeThread nt,
int num)
Initialize the extra native threads. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |