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

  /external/libvpx/vp8/common/
threading.h 32 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
  /bionic/libc/bionic/
pthread.c 681 int pthread_detach( pthread_t thid ) function
    [all...]

Completed in 162 milliseconds