Searched refs:thrd_start_t (Results 1 – 3 of 3) sorted by relevance
88 typedef int (*thrd_start_t)(void *); typedef166 int thrd_create(thrd_t *, thrd_start_t, void *);
58 thrd_start_t func;270 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
63 thrd_start_t func;294 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()