HomeSort by relevance Sort by last modified time
    Searched full:pthread_detach (Results 276 - 300 of 474) sorted by null

<<111213141516171819

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
gthr-posix.h 122 __gthrw(pthread_detach)
687 return __gthrw_(pthread_detach) (__threadid);
  /external/autotest/client/tests/posixtest/
posixtestsuite-1.5.2.tar.gz 
  /bionic/tests/
pthread_test.cpp 268 // After a pthread_detach...
269 ASSERT_EQ(0, pthread_detach(t1));
289 ASSERT_EQ(EINVAL, pthread_detach(t1));
291 ASSERT_EQ(0, pthread_detach(t1));
454 ASSERT_EQ(ESRCH, pthread_detach(dead_thread));
    [all...]
  /bionic/libc/
libc.arm.brillo.map 766 pthread_detach;
libc.arm.map 766 pthread_detach;
libc.map.txt 791 pthread_detach;
libc.mips.map 764 pthread_detach;
libc.x86.map 762 pthread_detach;
  /external/fio/
idletime.c 261 if ((ret = pthread_detach(ipt->thread))) {
  /external/opencv3/samples/gpu/
stereo_multi.cpp 109 pthread_detach(thread_);
  /external/valgrind/drd/
drd_clientreq.c 289 "pthread_detach(): invalid thread ID",
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_ni.cpp 185 rc = pthread_detach(pSession->thread);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_ni.cpp 185 rc = pthread_detach(pSession->thread);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_ni.cpp 185 rc = pthread_detach(pSession->thread);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_ni.cpp 168 rc = pthread_detach(loc_eng_ni_data_p->thread);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_ni.cpp 185 rc = pthread_detach(pSession->thread);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_ni.cpp 185 rc = pthread_detach(pSession->thread);
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng_ni.cpp 184 rc = pthread_detach(pSession->thread);
  /prebuilts/sdk/renderscript/lib/arm/
libblasV8.so 
  /external/mesa3d/include/GL/
vms_x_fix.h 1018 #define pthread_detach macro
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 993 // Otherwise the new thread can call pthread_detach, but the pthread_t
996 // Otherwise, this thread can call pthread_detach and reset thr->sync
1021 TSAN_INTERCEPTOR(int, pthread_detach, void *th) {
1022 SCOPED_TSAN_INTERCEPTOR(pthread_detach, th);
1024 int res = REAL(pthread_detach)(th);
    [all...]
  /device/htc/flounder/gps/qct/lib/
libloc_eng.so 
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 672 pthread_detach(junk_thread);
  /prebuilts/sdk/renderscript/lib/x86/
libblasV8.so 
  /system/core/adb/
sysdeps.h 727 errno = pthread_detach(thread);

Completed in 2455 milliseconds

<<111213141516171819