Searched refs:thread1 (Results 1 – 4 of 4) sorted by relevance
20 Thread thread1 = new Thread(new SigQuit()); in main() local24 thread1.start(); in main()28 thread1.join(); in main()
31 Thread thread1, thread2; in main() local34 thread1 = new Thread() { public void run() { new A(); } }; in main()36 thread1.start(); in main()44 thread1.interrupt(); in main()
33 test.thread1(); in b17689750TestVolatile()47 test.thread1(); in b17689750TestMonitor()62 void thread1() { in thread1() method in B17689750TestVolatile84 void thread1() { in thread1() method in B17689750TestMonitor
795 static int32_t compareThreads(const void* thread1, const void* thread2) { in compareThreads() argument796 return ((const ThreadEntry*) thread1)->threadId - in compareThreads()