HomeSort by relevance Sort by last modified time
    Searched refs:pthread_detach (Results 1 - 25 of 46) sorted by null

1 2

  /external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 97 pthread_detach(pthread);
123 pthread_detach(pthread);
  /external/valgrind/main/drd/tests/
pth_detached_sem.c 35 pthread_detach(pthread_self());
pth_detached.c 40 pthread_detach(pthread_self());
  /external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c 28 r= pthread_detach( pthread_self() ); assert(!r);
  /external/valgrind/main/
glibc-2.X-drd.supp 91 drd-libpthread-pthread_detach
93 fun:pthread_detach
94 fun:pthread_detach
  /external/libvpx/vp8/common/
threading.h 32 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 95 __gthrw3(pthread_detach)
126 __gthrw(pthread_detach)
701 return __gthrw_(pthread_detach) (__threadid);
gthr-posix.h 95 __gthrw3(pthread_detach)
126 __gthrw(pthread_detach)
701 return __gthrw_(pthread_detach) (__threadid);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
gthr-posix.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
gthr-posix.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
gthr-posix.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
gthr-posix.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
gthr-posix.h 108 __gthrw3(pthread_detach)
139 __gthrw(pthread_detach)
714 return __gthrw_(pthread_detach) (__threadid);
  /bionic/libc/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /development/ndk/platforms/android-3/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /development/ndk/platforms/android-5/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /development/ndk/platforms/android-8/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /development/ndk/platforms/android-9/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp 231 pthread_detach(pthreadHandle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);

Completed in 881 milliseconds

1 2