Searched refs:thread2 (Results 1 - 2 of 2) sorted by relevance

/dalvik/tests/033-class-init-deadlock/src/
H A DMain.java13 Thread thread1, thread2;
17 thread2 = new Thread() { public void run() { new B(); } };
19 // Give thread1 a chance to start before starting thread2.
21 thread2.start();
27 thread2.interrupt();
/dalvik/tools/dmtracedump/
H A DTraceDump.c898 static int compareThreads(const void* thread1, const void* thread2) argument
901 ((const ThreadEntry*) thread2)->threadId;

Completed in 75 milliseconds