Searched refs:thrd_start_t (Results 1 – 3 of 3) sorted by relevance
23 __thrd_create (thrd_t *thr, thrd_start_t func, void *arg) in __thrd_create()
59 if (thrd_create (&id, (thrd_start_t) signal_parent, NULL) in do_test()
39 typedef int (*thrd_start_t) (void*); typedef79 extern int thrd_create (thrd_t *__thr, thrd_start_t __func, void *__arg);
Completed in 8 milliseconds