#include <thread.h>
Data Fields | |
jclass | clsthread |
The Java Thread-Class. | |
jmethodID | mgetPriority |
MethodID of getPriority method. | |
jmethodID | msetPriority |
MethodID of setPriority method. | |
jmethodID | msleep |
MethodID of sleep method. | |
jmethodID | mstart |
MethodID of start method. | |
jmethodID | myield |
MethodID of yield method. | |
jobject | thread |
The Thread-Object. |
Definition at line 39 of file thread.h.
|
The Java Thread-Class.
|
|
MethodID of getPriority method.
|
|
MethodID of setPriority method.
|
|
MethodID of sleep method.
|
|
MethodID of start method.
|
|
MethodID of yield method.
|
|
The Thread-Object.
|