Searched refs:semaphore_id (Results 1 – 4 of 4) sorted by relevance
104 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create() argument112 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get() argument120 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put() argument
87 int tm_semaphore_create(int semaphore_id);88 int tm_semaphore_get(int semaphore_id);89 int tm_semaphore_put(int semaphore_id);
173 int tm_semaphore_create(int semaphore_id);178 int tm_semaphore_get(int semaphore_id);183 int tm_semaphore_put(int semaphore_id);
270 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create() argument277 status = tx_semaphore_create(&tm_semaphore_array[semaphore_id], "Thread-Metric test", 1); in tm_semaphore_create()289 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get() argument296 status = tx_semaphore_get(&tm_semaphore_array[semaphore_id], TX_NO_WAIT); in tm_semaphore_get()308 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put() argument315 status = tx_semaphore_put(&tm_semaphore_array[semaphore_id]); in tm_semaphore_put()