Searched defs:pthread_detach (Results 1 – 5 of 5) sorted by relevance
51 pthread_detach (pthread_t thread) in pthread_detach() function
29 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro51 #define pthread_detach(thread) 0 macro
861 TSAN_INTERCEPTOR(int, pthread_detach, void *th) { in TSAN_INTERCEPTOR() argument2095 REAL(pthread_detach)(th); in internal_start_thread() local
1018 #define pthread_detach PTHREAD_DETACH macro