Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c86 TX_THREAD tm_thread_array[TM_THREADX_MAX_THREADS]; variable
140 …status = tx_thread_create(&tm_thread_array[thread_id], "Thread-Metric test", tm_thread_entry, (UL… in tm_thread_create()
161 status = tx_thread_resume(&tm_thread_array[thread_id]); in tm_thread_resume()
180 status = tx_thread_suspend(&tm_thread_array[thread_id]); in tm_thread_suspend()