Searched defs:thread_join (Results 1 – 3 of 3) sorted by relevance
58 #define thread_join(t) VERIFY(0) macro
85 #define thread_join(x) macro
51 #define thread_join(t) pthread_join((pthread_t)(t), NULL) macro