Searched refs:thrd_start_t (Results 1 – 3 of 3) sorted by relevance
47 TYPE(thrd_start_t); in threads_h()70 FUNCTION(thrd_create, int (*f)(thrd_t*, thrd_start_t, void*)); in threads_h()
56 typedef int (*thrd_start_t)(void*); typedef158 int thrd_create(thrd_t* __thrd, thrd_start_t __function, void* __arg) __INTRODUCED_IN(30);
124 thrd_start_t __func;138 thrd_start_t __func, in thrd_create()