Searched refs:thrd_join (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c133 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 Dc11_tss.c77 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
H A Dcall_once.c73 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
/illumos-gate/usr/src/head/
H A Dthreads.h90 extern int thrd_join(thrd_t, int *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c234 thrd_join(thrd_t thrd, int *res) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile486 thrd_join.3c \

Completed in 71 milliseconds