Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c88 TX_SEMAPHORE tm_semaphore_array[TM_THREADX_MAX_SEMAPHORES]; variable
278 status = tx_semaphore_create(&tm_semaphore_array[semaphore_id], "Thread-Metric test", 1); in tm_semaphore_create()
297 status = tx_semaphore_get(&tm_semaphore_array[semaphore_id], TX_NO_WAIT); in tm_semaphore_get()
316 status = tx_semaphore_put(&tm_semaphore_array[semaphore_id]); in tm_semaphore_put()