Searched defs:hSemaphore (Results 1 – 1 of 1) sorted by relevance
141 OSALSTATUS phOsal_SemaphoreCreate(void** hSemaphore, uint8_t bInitialValue, in phOsal_SemaphoreCreate()172 OSALSTATUS phOsal_SemaphorePost(void* hSemaphore) { in phOsal_SemaphorePost()194 OSALSTATUS phOsal_SemaphoreWait(void* hSemaphore, uint32_t timeout_ms) { in phOsal_SemaphoreWait()249 OSALSTATUS phOsal_SemaphoreDelete(void* hSemaphore) { in phOsal_SemaphoreDelete()