Searched refs:thrd_join (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 133 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in cthr_test_stress() 167 VERIFY3S(thrd_join(self, NULL), ==, thrd_error); in cthr_test_detach_err() 168 VERIFY3S(thrd_join(other, NULL), ==, thrd_error); in cthr_test_detach_err() 191 VERIFY3S(thrd_join(thrd, &status), ==, thrd_success); in cthr_test_detach() 196 VERIFY3S(thrd_join(thrd, &status), ==, thrd_success); in cthr_test_detach() 252 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in cthr_test_broadcast() 292 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in cthr_test_signal() 360 VERIFY3S(thrd_join(thrd, NULL), ==, thrd_success); in cthr_test_mtx_busy()
|
H A D | call_once.c | 74 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in main()
|
H A D | c11_tss.c | 77 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); in main()
|
/illumos-gate/usr/src/head/ |
H A D | threads.h | 90 extern int thrd_join(thrd_t, int *);
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 235 thrd_join(thrd_t thrd, int *res) in thrd_join() function
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 143 func | thrd_join |\
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 522 thrd_join.3c \
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 447 thrd_join;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1482 file path=usr/share/man/man3c/thrd_join.3c
|