Home
last modified time | relevance | path

Searched refs:thrd_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthreads.h49 typedef pthread_t thrd_t; typedef
85 extern int thrd_create(thrd_t *, thrd_start_t, void *);
86 extern thrd_t thrd_current(void);
87 extern int thrd_detach(thrd_t);
88 extern int thrd_equal(thrd_t, thrd_t);
90 extern int thrd_join(thrd_t, int *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c194 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
208 thrd_t
215 thrd_detach(thrd_t thr) in thrd_detach()
223 thrd_equal(thrd_t t1, thrd_t t2) in thrd_equal()
235 thrd_join(thrd_t thrd, int *res) in thrd_join()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg24 type | thrd_t | threads.h | -ALL +C11+
120 thrd_t *; thrd_start_t; void * |\
124 thrd_t |\
130 thrd_t |\
135 thrd_t; thrd_t |\
145 thrd_t; int * |\
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c124 thrd_t threads[STRESS_NTHREADS]; in cthr_test_stress()
143 thrd_t self, other; in cthr_test_equal()
158 thrd_t self, other; in cthr_test_detach_err()
187 thrd_t thrd; in cthr_test_detach()
237 thrd_t threads[BROADCAST_NTHREADS]; in cthr_test_broadcast()
277 thrd_t threads[SIGNAL_NTHREADS]; in cthr_test_signal()
353 thrd_t thrd; in cthr_test_mtx_busy()
H A Dcall_once.c57 thrd_t threads[CO_NTHREADS]; in main()
H A Dc11_tss.c65 thrd_t threads[TSS_NTHREADS]; in main()