/dalvik/tests/033-class-init-deadlock/src/ |
Main.java | 13 Thread thread1, thread2; local 16 thread1 = new Thread() { public void run() { new A(); } }; 18 thread1.start(); 24 thread1.interrupt();
|
/external/valgrind/main/drd/tests/ |
rwlock_race.c | 37 pthread_t thread1; local 47 pthread_create(&thread1, 0, thread_func, 0); 49 pthread_join(thread1, 0);
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
clone_test.S | 56 # thread1 # 59 thread1: label
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
clone_test.S | 56 # thread1 # 59 thread1: label
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetAddressThreadTest.java | 138 threadsafeTestThread thread1 = new threadsafeTestThread("1", local 150 thread1.start(); 155 thread1.join();
|
/external/chromium/base/ |
tools_sanity_unittest.cc | 120 PlatformThread::Delegate *thread1 = local 125 PlatformThread::Create(0, thread1, &a); 130 delete thread1;
|
/external/bluetooth/glib/tests/refcount/ |
closures.c | 239 GThread *thread1, *thread2; local 257 thread1 = g_thread_create (thread1_main, closure, TRUE, NULL); 275 g_thread_join (thread1);
|
/frameworks/base/services/audioflinger/ |
AudioFlinger.cpp | 4909 MixerThread *thread1 = checkMixerThread_l(output1); local [all...] |