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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
destructor.pass.cpp 48 std::thread th2(g);
55 th2.join();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
destructor.pass.cpp 49 std::thread th2(g);
56 th2.join();
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 55 pthread_t th1, th2; local
58 PTHREAD_CREATE(&th2, NULL, CFAllocatorDeallocateFromGlob, NULL);
59 PTHREAD_JOIN(th2, NULL);
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc 173 Thread th2; local
175 th2.socketserver()->CreateAsyncSocket(addr.family(), SOCK_DGRAM);
181 th2.Start();
195 th2.Stop();
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 299 pthread_t th1, th2; local
309 pthread_create(&th2, NULL, do_rwlock_test_rd3_t2, s);
317 TZERO(pthread_join(th2, &dummy));
test_pthread_mutex.c 322 pthread_t th1, th2; local
332 pthread_create(&th2, NULL, do_mutex_test_3_t2, s);
340 TZERO(pthread_join(th2, &dummy));
  /external/chromium_org/third_party/libxml/src/
regressions.py 173 th2 = thread.start_new_thread(readPfile, (perr, errfile, th2Flag))
  /external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc     [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash_test.cc     [all...]
  /external/open-vcdiff/src/
blockhash_test.cc     [all...]
  /external/qemu/tcg/
tcg.c 816 const TCGHelperInfo *th2 = p2; 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 922 milliseconds