Searched defs:thread_join (Results 1 – 9 of 9) sorted by relevance
72 struct thread_join { struct76 extern struct thread_join thread_join; argument
38 struct thread_join thread_join; variable64 void thread_join(thread_t* thread) { in thread_join() function
40 static inline void thread_join(thread_t thread) in thread_join() function71 static inline void thread_join(thread_t thread) in thread_join() function
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
234 function thread_join() function
130 void thread_join(thread_t* thread) { in thread_join() function
384 enum cb_err thread_join(struct thread_handle *handle) in thread_join() function
552 status_t thread_join(thread_t *t, int *retcode, lk_time_t timeout) in thread_join() function
244 void thread_join(thread_t* thread) { inc_func_call_count(__func__); } in thread_join() function