Home
last modified time | relevance | path

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

/art/test/144-static-field-sigquit/src/
DMain.java20 Thread thread1 = new Thread(new SigQuit()); in main() local
24 thread1.start(); in main()
28 thread1.join(); in main()
/art/test/033-class-init-deadlock/src/
DMain.java31 Thread thread1, thread2; in main() local
34 thread1 = new Thread() { public void run() { new A(); } }; in main()
36 thread1.start(); in main()
44 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
/art/tools/dmtracedump/
Dtracedump.cc795 static int32_t compareThreads(const void* thread1, const void* thread2) { in compareThreads() argument
796 return ((const ThreadEntry*) thread1)->threadId - in compareThreads()