Searched defs:Thread (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DThread.h59 /* thread priorities, from java.lang.Thread */
105 struct Thread { struct
109 * element in Thread.
118 * be located towards the beginning of the Thread structure for
225 * Thread's current status. Can only be changed by the thread itself
236 /* the java/lang/Thread that we are associated with */
265 struct Thread* waitNext;
277 struct Thread* prev;
278 struct Thread* next;
324 volatile Thread** pThrea
[all...]

Completed in 96 milliseconds