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* _Nullable); typedef158 int thrd_create(thrd_t* _Nonnull __thrd, thrd_start_t _Nonnull __function, void* _Nullable __arg) _…
122 thrd_start_t __func;137 thrd_start_t _Nonnull __func, in thrd_create()