Searched defs:semaphore_id (Results 1 – 5 of 5) sorted by relevance
60 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout) in osSemaphoreAcquire()92 uint32_t osSemaphoreGetCount(osSemaphoreId_t semaphore_id) in osSemaphoreGetCount()106 osStatus_t osSemaphoreRelease(osSemaphoreId_t semaphore_id) in osSemaphoreRelease()128 osStatus_t osSemaphoreDelete(osSemaphoreId_t semaphore_id) in osSemaphoreDelete()150 const char *osSemaphoreGetName(osSemaphoreId_t semaphore_id) in osSemaphoreGetName()
45 int32_t osSemaphoreWait(osSemaphoreId semaphore_id, uint32_t timeout) in osSemaphoreWait()82 osStatus osSemaphoreRelease(osSemaphoreId semaphore_id) in osSemaphoreRelease()103 osStatus osSemaphoreDelete(osSemaphoreId semaphore_id) in osSemaphoreDelete()
153 int tm_semaphore_create(int semaphore_id) in tm_semaphore_create()163 int tm_semaphore_get(int semaphore_id) in tm_semaphore_get()172 int tm_semaphore_put(int semaphore_id) in tm_semaphore_put()
54 osSemaphoreId semaphore_id; in ZTEST() local
73 osSemaphoreId_t semaphore_id; in ZTEST() local