HomeSort by relevance Sort by last modified time
    Searched full:pthread_join (Results 526 - 550 of 804) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr-default.h 119 __gthrw(pthread_join)
681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 119 __gthrw(pthread_join)
681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr-default.h 119 __gthrw(pthread_join)
681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 119 __gthrw(pthread_join)
681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-default.h 119 __gthrw(pthread_join)
681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 119 __gthrw(pthread_join)
681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-default.h 119 __gthrw(pthread_join)
681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
gthr-posix.h 119 __gthrw(pthread_join)
681 return __gthrw_(pthread_join) (__threadid, __value_ptr);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 851 TSAN_INTERCEPTOR(int, pthread_join, void *th, void **ret) {
852 SCOPED_TSAN_INTERCEPTOR(pthread_join, th, ret);
854 int res = BLOCK_REAL(pthread_join)(th, ret);
    [all...]
tsan_stat.cc 148 name[StatInt_pthread_join] = " pthread_join ";
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /art/runtime/jdwp/
jdwp_main.cc 359 if (pthread_join(pthread_, &threadReturn) != 0) {
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_poll_thread.c 330 if (pthread_join(poll_cb->data.pid, NULL) != 0) {
  /external/blktrace/btreplay/
btreplay.c 825 if (pthread_join(tip->sub_thread, NULL)) {
826 fatal("pthread_join", ERR_SYSCALL, "pthread sub join failed\n");
829 if (pthread_join(tip->rec_thread, NULL)) {
830 fatal("pthread_join", ERR_SYSCALL, "pthread rec join failed\n");
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 192 pthread_join(p_dev->hh_poll_thread_id,NULL);
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 375 pthread_join(ts[h].thread_id, 0);
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 616 pthread_join(thread_id, NULL);
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 593 pthread_join(uipc_main.tid, NULL);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 304 pthread_join(thread_, &pv);
  /external/chromium_org/third_party/icu/source/test/intltest/
simplethread.cpp 351 pthread_join(imp->fThread, NULL);
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc 303 pthread_join(thread_, &pv);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 54 pthread_join(thread_, NULL);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc 54 pthread_join(thread_, NULL);
  /external/icu4c/test/intltest/
simplethread.cpp 359 pthread_join(imp->fThread, NULL);
  /external/protobuf/gtest/test/
gtest-port_test.cc 113 ASSERT_EQ(0, pthread_join(thread_id, &dummy));

Completed in 1829 milliseconds

<<21222324252627282930>>