Searched refs:thrd_join (Results 1 - 6 of 6) 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); 167 VERIFY3S(thrd_join(self, NULL), ==, thrd_error); 168 VERIFY3S(thrd_join(other, NULL), ==, thrd_error); 192 VERIFY3S(thrd_join(thrd, &status), ==, thrd_success); 197 VERIFY3S(thrd_join(thrd, &status), ==, thrd_success); 253 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); 293 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success); 361 VERIFY3S(thrd_join(thrd, NULL), ==, thrd_success);
|
H A D | c11_tss.c | 77 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
|
H A D | call_once.c | 73 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
|
/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 | 234 thrd_join(thrd_t thrd, int *res) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 486 thrd_join.3c \
|
Completed in 71 milliseconds