Searched refs:zephyr_thread_wrapper (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_thread.c | 30 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/ |
D | Kconfig.barrier | 30 pthread_create() and zephyr_thread_wrapper() when spawning and joining
|
D | timer.c | 62 static void *zephyr_thread_wrapper(void *arg) in zephyr_thread_wrapper() function 173 zephyr_thread_wrapper, timer); in timer_create()
|
D | pthread.c | 516 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/ |
D | thread.c | 55 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function 201 zephyr_thread_wrapper, in osThreadNew()
|