Searched refs:thread_join (Results 1 – 3 of 3) 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()
5061 (thread_join): Modified function.
7015 * nptl/tst-join5.c (thread_join): New function.