Searched refs:fun_ptr (Results 1 – 3 of 3) sorted by relevance
34 void * (*fun_ptr)(void *) = arg3; in zephyr_thread_wrapper() local36 fun_ptr(arg1); in zephyr_thread_wrapper()
61 osThreadFunc_t fun_ptr = arg3; in zephyr_thread_wrapper() local62 fun_ptr(arg1); in zephyr_thread_wrapper()
524 void *(*fun_ptr)(void *arg) = arg2; in zephyr_thread_wrapper() local534 posix_thread_finalize(t, fun_ptr(arg1)); in zephyr_thread_wrapper()