HomeSort by relevance Sort by last modified time
    Searched refs:th1 (Results 1 - 22 of 22) sorted by null

  /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()) {
  /external/compiler-rt/test/tsan/
fork_multithreaded3.cc 23 pthread_t th1, th2; local
24 pthread_create(&th1, 0, racer, &x);
26 pthread_join(th1, 0);
fork_deadlock.cc 17 pthread_t th1; local
18 pthread_create(&th1, 0, incrementer, 0);
cond.c 44 pthread_t th1, th2; local
48 pthread_create(&th1, 0, thr1, 0);
50 pthread_join(th1, 0);
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
destructor.pass.cpp 55 std::thread th1(f);
56 th1.join();
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
destructor.pass.cpp 56 std::thread th1(f);
57 th1.join();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
destructor.pass.cpp 55 std::thread th1(f);
56 th1.join();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
destructor.pass.cpp 56 std::thread th1(f);
57 th1.join();
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wake04.c 135 pthread_t th1, th2; local
163 res = pthread_create(&th1, NULL, wait_thread1, NULL);
186 res = pthread_join(th1, NULL);
  /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);
  /prebuilts/go/darwin-x86/src/math/big/
calibrate_test.go 75 th1 := -1
89 if Tk < Tb && th1 < 0 {
90 th1 = th
104 if th1 >= 0 && th2 >= 0 && count < 0 {
  /prebuilts/go/linux-x86/src/math/big/
calibrate_test.go 75 th1 := -1
89 if Tk < Tb && th1 < 0 {
90 th1 = th
104 if th1 >= 0 && th2 >= 0 && count < 0 {
  /external/webrtc/webrtc/base/
thread_unittest.cc 194 Thread th1; local
195 Socket* socket = th1.socketserver()->CreateAsyncSocket(addr.family(),
197 MessageClient msg_client(&th1, socket);
203 SocketClient sock_client(asocket, addr, &th1, &msg_client);
207 th1.Start();
211 th1.PostDelayed(100, &msg_client, 0, new TestMessage(1));
220 th1.Stop();
  /external/wayland/tests/
display-test.c 542 pthread_t th1, th2, th3; local
546 th1 = create_thread(c, thread_prepare_and_read);
558 pthread_join(th1, NULL);
581 pthread_t th1, th2, th3; local
585 th1 = create_thread(c, thread_prepare_and_read);
599 pthread_join(th1, NULL);
  /external/libxml2/
regressions.py 172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py     [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...]
  /external/python/cpython2/Lib/test/
test_decimal.py     [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py     [all...]

Completed in 860 milliseconds