Searched defs:pthread_join (Results 1 – 2 of 2) sorted by relevance
32 #define pthread_join(thread, result) ((WaitForSingleObject((thread),INFINITE)!=WAIT_OBJECT_0) || !C… macro
62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() function