Searched refs:thrd_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | threads.h | 49 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 *);
|
/titanic_44/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() 207 thrd_t 214 thrd_detach(thrd_t thr) in thrd_detach() 222 thrd_equal(thrd_t t1, thrd_t t2) in thrd_equal() 234 thrd_join(thrd_t thrd, int *res) in thrd_join()
|
/titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 24 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 * |\
|
/titanic_44/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 124 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() 188 thrd_t thrd; in cthr_test_detach() 238 thrd_t threads[BROADCAST_NTHREADS]; in cthr_test_broadcast() 278 thrd_t threads[SIGNAL_NTHREADS]; in cthr_test_signal() 354 thrd_t thrd; in cthr_test_mtx_busy()
|
H A D | call_once.c | 56 thrd_t threads[CO_NTHREADS]; in main()
|
H A D | c11_tss.c | 65 thrd_t threads[TSS_NTHREADS]; in main()
|