Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c21 typedef void *(*pthread_func_t)(void *arg); in thrd_create() typedef
23 pthread_func_t pfunc = (pthread_func_t)func; in thrd_create()