Searched refs:thrd_create (Results 1 – 9 of 9) 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, in cthr_test_stress() 148 VERIFY3S(thrd_create(&other, cthr_test_sleep_thr, NULL), ==, in cthr_test_equal() 163 VERIFY3S(thrd_create(&other, cthr_test_sleep_thr, NULL), ==, in cthr_test_detach_err() 189 VERIFY3S(thrd_create(&thrd, cthr_test_detach_thr0, NULL), ==, in cthr_test_detach() 194 VERIFY3S(thrd_create(&thrd, cthr_test_detach_thr1, NULL), ==, in cthr_test_detach() 242 VERIFY3S(thrd_create(&threads[i], cthr_test_broadcast_thr, in cthr_test_broadcast() 282 VERIFY3S(thrd_create(&threads[i], cthr_test_signal_thr, NULL), in cthr_test_signal() 358 VERIFY3S(thrd_create(&thrd, cthr_test_mtx_busy_thr, &mtx), ==, in cthr_test_mtx_busy()
|
H A D | call_once.c | 64 VERIFY3S(thrd_create(&threads[i], co_thr, NULL), ==, in main()
|
H A D | c11_tss.c | 72 VERIFY3S(thrd_create(&threads[i], ct_tss_thr, in main()
|
/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) in thrd_create() function
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 118 func | thrd_create |\
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 517 thrd_create.3c \
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 442 thrd_create;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1477 file path=usr/share/man/man3c/thrd_create.3c
|