Searched refs:thrd_start_t (Results 1 – 3 of 3) sorted by relevance
53 typedef int (*thrd_start_t)(void *); typedef85 extern int thrd_create(thrd_t *, thrd_start_t, void *);
29 type | thrd_start_t | threads.h | -ALL +C11120 thrd_t *; thrd_start_t; void * |\
194 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()