Home
last modified time | relevance | path

Searched refs:entry_function (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_porting_layer_zephyr.c64 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void *, void *, void *)) in tm_thread_create()
69 TM_TEST_STACK_SIZE, entry_function, in tm_thread_create()
Dtm_api.h80 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void *, void *, void *));
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c104 cy_rslt_t cy_rtos_create_thread(cy_thread_t *thread, cy_thread_entry_fn_t entry_function, in cy_rtos_create_thread() argument
142 (cy_thread_arg_t)arg, (void *)entry_function, NULL, in cy_rtos_create_thread()
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt144 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void));