Searched refs:semaphore_id (Results 1 – 4 of 4) sorted by relevance
105 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create() argument113 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get() argument121 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put() argument
88 int tm_semaphore_create(int semaphore_id);89 int tm_semaphore_get(int semaphore_id);90 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);
271 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create() argument278 status = tx_semaphore_create(&tm_semaphore_array[semaphore_id], "Thread-Metric test", 1); in tm_semaphore_create()290 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get() argument297 status = tx_semaphore_get(&tm_semaphore_array[semaphore_id], TX_NO_WAIT); in tm_semaphore_get()309 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put() argument316 status = tx_semaphore_put(&tm_semaphore_array[semaphore_id]); in tm_semaphore_put()