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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c128 VERIFY3S(thrd_create(&threads[i], cthr_test_stress_thr,
148 VERIFY3S(thrd_create(&other, cthr_test_sleep_thr, NULL), ==,
163 VERIFY3S(thrd_create(&other, cthr_test_sleep_thr, NULL), ==,
190 VERIFY3S(thrd_create(&thrd, cthr_test_detach_thr0, NULL), ==,
195 VERIFY3S(thrd_create(&thrd, cthr_test_detach_thr1, NULL), ==,
243 VERIFY3S(thrd_create(&threads[i], cthr_test_broadcast_thr,
283 VERIFY3S(thrd_create(&threads[i], cthr_test_signal_thr, NULL),
359 VERIFY3S(thrd_create(&thrd, cthr_test_mtx_busy_thr, &mtx), ==,
H A Dc11_tss.c72 VERIFY3S(thrd_create(&threads[i], ct_tss_thr,
H A Dcall_once.c63 VERIFY3S(thrd_create(&threads[i], co_thr, NULL), ==,
/illumos-gate/usr/src/head/
H A Dthreads.h85 extern int thrd_create(thrd_t *, thrd_start_t, void *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c194 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile481 thrd_create.3c \

Completed in 71 milliseconds