Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_porting_layer_template.c104 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create()
112 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get()
120 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put()
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c270 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create()
289 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get()
308 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put()