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

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

Completed in 185 milliseconds