Searched refs:entry_function (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/benchmarks/thread_metric/src/ |
D | tm_porting_layer_zephyr.c | 64 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()
|
D | tm_api.h | 80 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/ |
D | cyabs_rtos_zephyr.c | 104 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/ |
D | thread_metric_readme.txt | 144 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void));
|