Searched refs:thrd_t (Results 1 - 2 of 2) sorted by last modified time

/haiku/headers/posix/
H A Dthreads.h42 typedef pthread_t thrd_t; typedef
88 int thrd_create(thrd_t *thread, thrd_start_t, void *);
89 thrd_t thrd_current(void);
90 int thrd_detach(thrd_t);
91 int thrd_equal(thrd_t, thrd_t);
93 int thrd_join(thrd_t, int *);
/haiku/src/system/libroot/posix/libstdthreads/
H A Dthrd.c55 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
75 thrd_t
83 thrd_detach(thrd_t thr)
92 thrd_equal(thrd_t thr0, thrd_t thr1)
106 thrd_join(thrd_t thr, int *res)

Completed in 49 milliseconds