Searched defs:semaphore_id (Results 1 – 4 of 4) 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()
54 osSemaphoreId semaphore_id; in ZTEST() local
73 osSemaphoreId_t semaphore_id; in ZTEST() local