Searched refs:thrd_t (Results 1 – 9 of 9) sorted by relevance
59 typedef pthread_t thrd_t; typedef105 int thrd_create(thrd_t *, thrd_start_t, void *);106 thrd_t thrd_current(void);107 int thrd_detach(thrd_t);108 int thrd_equal(thrd_t, thrd_t);110 int thrd_join(thrd_t, int *);
66 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()96 thrd_t104 thrd_detach(thrd_t thr) in thrd_detach()116 thrd_equal(thrd_t t1, thrd_t t2) in thrd_equal()133 thrd_join(thrd_t thrd, int *res) in thrd_join()
64 thrd_t t; in ATF_TC_BODY()91 thrd_t s, t; in ATF_TC_BODY()119 thrd_t t; in ATF_TC_BODY()149 thrd_t t; in ATF_TC_BODY()
70 thrd_t t[CO_THREADS]; in ATF_TC_BODY()
149 thrd_t t; in ATF_TC_BODY()
87 thrd_t t[B_THREADS]; in cnd_notify()
110 thrd_t *tp = cookie; in cleanup_thrd_join()823 thrd_t t; in cancelpoint_thrd_join()
1817 thrd_t thd_idx;
15135 thrd_t thd_idx;