Home
last modified time | relevance | path

Searched defs:semaphore_id (Results 1 – 2 of 2) sorted by relevance

/subsys/portability/cmsis_rtos_v2/
A Dsemaphore.c58 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()
/subsys/portability/cmsis_rtos_v1/
A Dcmsis_semaphore.c45 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