Searched refs:thrd_start_t (Results 1 – 3 of 3) sorted by relevance
15 thrd_start_t func;19 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
19 typedef int (*thrd_start_t)(void *arg); typedef34 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);
58 thrd_start_t fun = thrd_create_join_fn; in ZTEST()