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