Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/thrd/
Dthrd.c23 pthread_func_t pfunc = (pthread_func_t)func; in thrd_create() local
25 switch (pthread_create(thr, NULL, pfunc, arg)) { in thrd_create()