/dalvik/tests/033-class-init-deadlock/src/ |
Main.java | 13 Thread thread1, thread2; local 17 thread2 = new Thread() { public void run() { new B(); } }; 19 thread2.start(); 25 thread2.interrupt();
|
/external/valgrind/main/drd/tests/ |
rwlock_race.c | 38 pthread_t thread2; local 48 pthread_create(&thread2, 0, thread_func, 0); 50 pthread_join(thread2, 0);
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
clone_test.S | 52 jz thread2 # if so, jump to thrad2 69 thread2: label
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
clone_test.S | 52 jz thread2 # if so, jump to thrad2 69 thread2: label
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLogRecordTest.java | 60 // Create and start the thread2 61 MockThread thread2 = new MockThread(); local 62 thread2.start(); 64 thread2.join(); 71 assertTrue(lr.getThreadID() != thread2.lr.getThreadID()); 72 assertTrue(thread.lr.getThreadID() != thread2.lr.getThreadID());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetAddressThreadTest.java | 140 threadsafeTestThread thread2 = new threadsafeTestThread("2", local 151 thread2.start(); 156 thread2.join();
|
DatagramSocketTest.java | 610 Thread thread2 = new Thread(runnable2, "DatagramSocket.receive2"); local 611 thread2.start(); 615 } while (!thread2.isAlive()); 631 } while (thread2.isAlive()); [all...] |
/external/chromium/base/ |
tools_sanity_unittest.cc | 122 PlatformThread::Delegate *thread2 = local 126 PlatformThread::Create(0, thread2, &b); 131 delete thread2;
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
PackageHelperTests.java | 92 Thread thread2 = new Thread(r2); local 93 thread2.start();
|
/external/bluetooth/glib/tests/refcount/ |
closures.c | 239 GThread *thread1, *thread2; local 258 thread2 = g_thread_create (thread2_main, closure, TRUE, NULL); 276 g_thread_join (thread2);
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldDatagramSocketTest.java | 901 Thread thread2 = new Thread(runnable2, "DatagramSocket.receive2"); local [all...] |
/frameworks/base/services/audioflinger/ |
AudioFlinger.cpp | 4910 MixerThread *thread2 = checkMixerThread_l(output2); local [all...] |