Home
last modified time | relevance | path

Searched refs:semPull (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Queue.cpp41 void* semPull; member
95 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()