Searched defs:thread1 (Results 1 – 4 of 4) sorted by relevance
20 Thread thread1 = new Thread(new SigQuit()); in main() local
62 void thread1() { in thread1() method in B17689750TestVolatile84 void thread1() { in thread1() method in B17689750TestMonitor
31 Thread thread1, thread2; in main() local
795 static int32_t compareThreads(const void* thread1, const void* thread2) { in compareThreads()