Searched refs:thrd_create (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 128 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 D | c11_tss.c | 72 VERIFY3S(thrd_create(&threads[i], ct_tss_thr,
|
H A D | call_once.c | 63 VERIFY3S(thrd_create(&threads[i], co_thr, NULL), ==,
|
/illumos-gate/usr/src/head/ |
H A D | threads.h | 85 extern int thrd_create(thrd_t *, thrd_start_t, void *);
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 194 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 481 thrd_create.3c \
|
Completed in 55 milliseconds