Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c30 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function
112 (k_thread_entry_t)zephyr_thread_wrapper, in osThreadCreate()
/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v2/
Dthread.c55 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function
201 (k_thread_entry_t)zephyr_thread_wrapper, in osThreadNew()
/Zephyr-Core-2.7.6/lib/posix/
Dpthread.c117 static void zephyr_thread_wrapper(void *arg1, void *arg2, void *arg3) in zephyr_thread_wrapper() function
191 zephyr_thread_wrapper, in pthread_create()