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.c520 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function
664 zephyr_thread_wrapper, (void *)arg, threadroutine, in pthread_create()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c59 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function
192 (void)k_thread_create(&tid->z_thread, stack, stack_size, zephyr_thread_wrapper, (void *)arg, in osThreadNew()