Home
last modified time | relevance | path

Searched defs:semaphore_id (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/
Dtm_porting_layer_template.c105 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create()
113 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get()
121 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put()
/ThreadX-v6.3.0/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c271 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create()
290 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get()
309 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put()