Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance
27 Thread thread1, thread2; in main() local31 thread2 = new Thread() { public void run() { new B(); } }; in main()35 thread2.start(); in main()41 thread2.interrupt(); in main()
37 test.thread2(); in b17689750TestVolatile()51 test.thread2(); in b17689750TestMonitor()68 void thread2() { in thread2() method in B17689750TestVolatile98 void thread2() { in thread2() method in B17689750TestMonitor