Home
last modified time | relevance | path

Searched refs:thread_join (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-join5.c44 thread_join (pthread_t thread, void **retval) in thread_join() function
73 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.205061 (thread_join): Modified function.
DChangeLog.197015 * nptl/tst-join5.c (thread_join): New function.