Searched defs:semaphore_id (Results 1 – 2 of 2) sorted by relevance
58 osStatus_t osSemaphoreAcquire(osSemaphoreId_t semaphore_id, uint32_t timeout) in osSemaphoreAcquire()89 uint32_t osSemaphoreGetCount(osSemaphoreId_t semaphore_id) in osSemaphoreGetCount()103 osStatus_t osSemaphoreRelease(osSemaphoreId_t semaphore_id) in osSemaphoreRelease()124 osStatus_t osSemaphoreDelete(osSemaphoreId_t semaphore_id) in osSemaphoreDelete()151 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()
Completed in 3 milliseconds