Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance
13 Thread thread1, thread2; in main() local17 thread2 = new Thread() { public void run() { new B(); } }; in main()21 thread2.start(); in main()27 thread2.interrupt(); in main()
898 static int compareThreads(const void* thread1, const void* thread2) in compareThreads() argument901 ((const ThreadEntry*) thread2)->threadId; in compareThreads()