Searched defs:thread_join (Results 1 – 4 of 4) sorted by relevance
86 static inline void thread_join(thread_t thread) in thread_join() function133 static inline void thread_join(thread_t thread) in thread_join() function
35 # define thread_join pthread_join macro
85 void (*thread_join) (gpointer thread); member
538 inline void thread_join( OS_thread_t thread) in thread_join() function