Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.