Searched refs:HalSemWait (Results 1 – 2 of 2) sorted by relevance
62 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout);689 HalSemWait(&inst->semaphore, HalCalcSemWaitingTime(inst, &now)); in HalWorkerThread()865 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout) in HalSemWait() function
65 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout);703 HalSemWait(&inst->semaphore, HalCalcSemWaitingTime(inst, &now)); in HalWorkerThread()877 static uint32_t HalSemWait(sem_t* pSemaphore, uint32_t timeout) { in HalSemWait() function