/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerThreadTest.java | 37 HandlerThread th1 = new HandlerThread("HandlerThreadTest") { local 47 assertFalse(th1.isAlive()); 48 assertNull(th1.getLooper()); 50 th1.start(); 52 assertTrue(th1.isAlive()); 53 assertNotNull(th1.getLooper()); 73 final Handler h1 = new Handler(th1.getLooper()) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
destructor.pass.cpp | 53 std::thread th1(f); 54 th1.join();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
destructor.pass.cpp | 54 std::thread th1(f); 55 th1.join();
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
thread_unittest.cc | 169 Thread th1; local 170 Socket* socket = th1.socketserver()->CreateAsyncSocket(addr.family(), 172 MessageClient msg_client(&th1, socket); 178 SocketClient sock_client(asocket, addr, &th1, &msg_client); 182 th1.Start(); 186 th1.PostDelayed(100, &msg_client, 0, new TestMessage(1)); 195 th1.Stop();
|
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.cc | 55 pthread_t th1, th2; local 56 PTHREAD_CREATE(&th1, NULL, CFAllocatorAllocateToGlob, NULL); 57 PTHREAD_JOIN(th1, NULL);
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_rwlock.c | 299 pthread_t th1, th2; local 308 pthread_create(&th1, NULL, do_rwlock_test_rd3_t1, s); 316 TZERO(pthread_join(th1, &dummy));
|
test_pthread_mutex.c | 322 pthread_t th1, th2; local 331 pthread_create(&th1, NULL, do_mutex_test_3_t1, s); 339 TZERO(pthread_join(th1, &dummy));
|
/external/chromium_org/third_party/libxml/src/ |
regressions.py | 172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
|
/external/qemu/tcg/ |
tcg.c | 815 const TCGHelperInfo *th1 = p1; local 817 if (th1->func < th2->func) 819 else if (th1->func == th2->func) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | [all...] |