Home
last modified time | relevance | path

Searched refs:thread2 (Results 1 – 4 of 4) sorted by relevance

/art/test/144-static-field-sigquit/src/
DMain.java21 Thread thread2 = new Thread(new SynchronizedUse()); in main() local
26 thread2.start(); in main()
29 thread2.join(); in main()
/art/test/033-class-init-deadlock/src/
DMain.java31 Thread thread1, thread2; in main() local
35 thread2 = new Thread() { public void run() { new B(); } }; in main()
37 thread2.start(); in main()
45 thread2.interrupt(); in main()
/art/test/123-compiler-regressions-mt/src/
DMain.java37 test.thread2(); in b17689750TestVolatile()
51 test.thread2(); in b17689750TestMonitor()
68 void thread2() { in thread2() method in B17689750TestVolatile
98 void thread2() { in thread2() method in B17689750TestMonitor
/art/tools/dmtracedump/
Dtracedump.cc795 static int32_t compareThreads(const void* thread1, const void* thread2) { in compareThreads() argument
797 ((const ThreadEntry*) thread2)->threadId; in compareThreads()