|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||
Uses of Class
java.lang.VMThread
| Uses of VMThread in java.lang |
| Fields in java.lang declared as VMThread | |
(package private) VMThread |
Thread.vmThread
The underlying VM thread, only set when the thread is actually running. |
| Constructors in java.lang with parameters of type VMThread | |
Thread(VMThread vmThread,
String name,
int priority,
boolean daemon)
Used by the VM to create thread objects for threads started outside of Java. |
|
|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||