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

  /bionic/libc/bionic/
pthread_detach.cpp 33 int pthread_detach(pthread_t t) { function
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_detach.c 2 * pthread_detach.c
51 pthread_detach (pthread_t thread) function
136 } /* pthread_detach */
  /external/libvpx/libvpx/vp8/common/
threading.h 29 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
51 #define pthread_detach(thread) 0 macro
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h 1018 #define pthread_detach macro
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h 1018 #define pthread_detach macro
    [all...]

Completed in 88 milliseconds