Searched refs:thread_join (Results 1 – 1 of 1) sorted by relevance
44 thread_join (pthread_t thread, void **retval) in thread_join() function73 thread_join ((pthread_t) arg, NULL); in tf1()88 thread_join ((pthread_t) arg, NULL); in tf2()103 int err = thread_join (pthread_self (), NULL); in do_test()128 err = thread_join (th, &r); in do_test()140 err = thread_join (pthread_self (), NULL); in do_test()164 if (thread_join (th, &r) != 0) in do_test()175 err = thread_join (pthread_self (), NULL); in do_test()
Completed in 3 milliseconds