Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c30 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function
124 zephyr_thread_wrapper, in osThreadCreate()
/Zephyr-latest/lib/posix/options/
DKconfig.barrier30 pthread_create() and zephyr_thread_wrapper() when spawning and joining
Dtimer.c62 static void *zephyr_thread_wrapper(void *arg) in zephyr_thread_wrapper() function
173 zephyr_thread_wrapper, timer); in timer_create()
Dpthread.c516 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function
660 zephyr_thread_wrapper, (void *)arg, threadroutine, in pthread_create()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c55 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function
201 zephyr_thread_wrapper, in osThreadNew()