Searched defs:pthread_join (Results 1 – 3 of 3) sorted by relevance
31 #define pthread_join(thread, result) ((WaitForSingleObject((thread),VPXINFINITE)!=WAIT_OBJECT_0) ||… macro
212 pthread_join(sp_pthread_t thread, void **value) in pthread_join() function
1300 static uintptr_t WRAP_NAME(pthread_join)(WRAP_PARAM4) { in WRAP_NAME() argument