Searched defs:semaphore_id (Results 1 – 1 of 1) sorted by relevance
1131 const char *osSemaphoreGetName(osSemaphoreId_t semaphore_id) in osSemaphoreGetName()1137 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout) in osSemaphoreAcquire()1158 osStatus_t osSemaphoreRelease(osSemaphoreId_t semaphore_id) in osSemaphoreRelease()1176 uint32_t osSemaphoreGetCount(osSemaphoreId_t semaphore_id) in osSemaphoreGetCount()1198 osStatus_t osSemaphoreDelete(osSemaphoreId_t semaphore_id) in osSemaphoreDelete()