Searched refs:semPull (Results 1 – 1 of 1) sorted by relevance
41 void* semPull; member95 dwStatus = phOsal_SemaphoreCreate(&psQCtxt->semPull, 0, 0); in phOsal_QueueCreate()143 phOsal_SemaphoreDelete(psQCtxt->semPull)) { in phOsal_QueueDestroy()204 if (phOsal_SemaphorePost(psQCtxt->semPull)) { in phOsal_QueuePush()282 dwStatus = phOsal_SemaphoreWait(psQCtxt->semPull, uwTimeoutMs); in phOsal_QueuePull()