Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c101 void *tm_thread_entry_functions[TM_THREADX_MAX_THREADS]; variable
137 tm_thread_entry_functions[thread_id] = (void *) entry_function; in tm_thread_create()
395 entry_function = (void (*)(void)) tm_thread_entry_functions[thread_input]; in tm_thread_entry()