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

  /external/webkit/WebKitTools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 91 pthread_detach(pthread);
111 pthread_detach(pthread);
  /external/libvpx/vp8/common/
threading.h 30 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
  /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/JavaScriptCore/wtf/
ThreadingPthreads.cpp 228 pthread_detach(pthreadHandle);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /external/bluetooth/glib/gthread/
gthread-posix.c 371 posix_check_cmd (pthread_detach (thread));
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /bionic/libc/bionic/
pthread.c 657 int pthread_detach( pthread_t thid ) function
    [all...]

Completed in 178 milliseconds