Home
last modified time | relevance | path

Searched refs:xpthread_join (Results 1 – 25 of 82) sorted by relevance

1234

/glibc-2.36/nptl/
Dtst-thread-exit-clobber.cc223 TEST_VERIFY (xpthread_join (thr) == NULL); in do_test()
228 TEST_VERIFY (xpthread_join (thr) == NULL); in do_test()
233 TEST_VERIFY (xpthread_join (thr) == NULL); in do_test()
238 TEST_VERIFY (xpthread_join (thr) == NULL); in do_test()
Dtst-pthread-timedlock-lockloop.c101 xpthread_join (workers[i]); in run_test_set()
116 xpthread_join (thread); in run_test_set()
Dtst-rwlock9.c192 xpthread_join (thwr[n]); in do_test_clock()
194 xpthread_join (thrd[n]); in do_test_clock()
Dtst-minstack-cancel.c43 TEST_VERIFY (xpthread_join (thr) == PTHREAD_CANCELED); in do_test()
/glibc-2.36/sysdeps/pthread/
Dtst-pthread_kill-exiting.c107 xpthread_join (target_thread); in do_test()
117 xpthread_join (threads[i]); in do_test()
118 xpthread_join (thr_timeout); in do_test()
Dtst-create1.c85 xpthread_join (t3); in thread2()
94 xpthread_join (t3); in thread2()
112 xpthread_join (t2); in thread1()
Dtst-pthread_cancel-select-loop.c78 TEST_VERIFY (xpthread_join (thr) == PTHREAD_CANCELED); in do_test()
81 xpthread_join (thr_timeout); in do_test()
Dtst-pthread-raise-blocked-self.c87 xpthread_join (helper); in do_test()
88 xpthread_join (dummy); in do_test()
Dtst-pt-tls1.c100 xpthread_join (th[j]); in do_test()
110 xpthread_join (th); in do_test()
Dtst-pthread_cancel-exited.c40 xpthread_join (thr); in do_test()
Dtst-stdio1.c50 xpthread_join (th); in do_test()
Dtst-pthread-exit-signal.c41 xpthread_join (thr); in do_test()
Dtst-eintr3.c54 xpthread_join (th); in do_test()
/glibc-2.36/stdlib/
Dtst-arc4random-thread.c188 xpthread_join (threads[i]); in outer_thread()
225 xpthread_join (thr1); in fork_thread_subprocess()
226 xpthread_join (thr2); in fork_thread_subprocess()
280 xpthread_join (threads[i]); in run_outer_threads()
283 xpthread_join (fork_thread_id); in run_outer_threads()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-pkey.c236 struct thread_result *result = xpthread_join (delayed_thread); in do_test()
240 struct thread_result *result2 = xpthread_join (result->next_thread); in do_test()
252 struct thread_result *result = xpthread_join (get_thread); in do_test()
374 struct thread_result *result = xpthread_join (delayed_thread); in do_test()
379 = xpthread_join (result->next_thread); in do_test()
Dtst-gettid-kill.c121 xpthread_join (signal_thread); in do_test()
123 xpthread_join (target_thread); in do_test()
/glibc-2.36/elf/
Dtst-dl_find_object-threads.c253 xpthread_join (data_mod2.thr); in do_test()
254 xpthread_join (data_mod4.thr); in do_test()
255 xpthread_join (data_mod7.thr); in do_test()
256 xpthread_join (exit_thr); in do_test()
Dtst-tls21.c60 xpthread_join (t2); in do_test()
63 xpthread_join (t1); in do_test()
Dtst-single_threaded-pthread-static.c73 xpthread_join (thr1); in do_test()
79 xpthread_join (thr2); in do_test()
Dtst-tls20.c143 xpthread_join (t); in do_test_no_depedency()
261 xpthread_join (t); in do_test_dependency()
338 xpthread_join (t); in do_test_invalid_dependency()
Dtst-single_threaded-pthread.c152 xpthread_join (thr1); in do_test()
163 xpthread_join (thr2); in do_test()
Dtst-audit21.c39 xpthread_join (t); in main()
/glibc-2.36/malloc/
Dtst-malloc-thread-exit.c90 xpthread_join (threads[i]); in outer_thread()
131 xpthread_join (threads[i]); in do_test()
/glibc-2.36/support/
Dxpthread_join.c22 xpthread_join (pthread_t thr) in xpthread_join() function
/glibc-2.36/debug/
Dtst-read-chk-cancel.c46 xpthread_join (thr); in do_test()

1234