HomeSort by: relevance | last modified time | path
    Searched defs:pthread_detach (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread.h 55 int pthread_detach(pthread_t);
362 #define pthread_detach __libc_thr_detach macro
pthread.c 145 __strong_alias(__libc_thr_detach,pthread_detach)
784 pthread_detach(pthread_t thread) function in typeref:typename:int

Completed in 14 milliseconds