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

  /bionic/libc/bionic/
pthread_detach.cpp 36 int pthread_detach(pthread_t t) { function
37 pthread_internal_t* thread = __pthread_internal_find(t, "pthread_detach");
  /external/libvpx/libvpx/vp8/common/
threading.h 38 #define pthread_detach(thread) \ macro
59 #define pthread_detach(thread) 0 macro
  /external/dng_sdk/source/
dng_pthread.h 196 #define pthread_detach dng_pthread_detach macro
  /external/ImageMagick/MagickCore/
vms.h 801 #define pthread_detach macro
    [all...]

Completed in 115 milliseconds