Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c34 void * (*fun_ptr)(void *) = arg3; in zephyr_thread_wrapper() local
36 fun_ptr(arg1); in zephyr_thread_wrapper()
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c61 osThreadFunc_t fun_ptr = arg3; in zephyr_thread_wrapper() local
62 fun_ptr(arg1); in zephyr_thread_wrapper()
/Zephyr-latest/lib/posix/options/
Dpthread.c524 void *(*fun_ptr)(void *arg) = arg2; in zephyr_thread_wrapper() local
534 posix_thread_finalize(t, fun_ptr(arg1)); in zephyr_thread_wrapper()