Home
last modified time | relevance | path

Searched refs:thread1 (Results 1 – 2 of 2) sorted by relevance

/art/test/033-class-init-deadlock/src/
DMain.java27 Thread thread1, thread2; in main() local
30 thread1 = new Thread() { public void run() { new A(); } }; in main()
32 thread1.start(); in main()
40 thread1.interrupt(); in main()
/art/test/123-compiler-regressions-mt/src/
DMain.java33 test.thread1(); in b17689750TestVolatile()
47 test.thread1(); in b17689750TestMonitor()
62 void thread1() { in thread1() method in B17689750TestVolatile
84 void thread1() { in thread1() method in B17689750TestMonitor