Home
last modified time | relevance | path

Searched refs:thrd_start_t (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c15 thrd_start_t func;
19 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
/Zephyr-latest/lib/libc/common/include/
Dthreads.h19 typedef int (*thrd_start_t)(void *arg); typedef
34 int thrd_create(thrd_t *thr, thrd_start_t func, void *arg);
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dthrd.c58 thrd_start_t fun = thrd_create_join_fn; in ZTEST()