Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Queue.cpp42 void* qMutex; member
102 dwStatus = phOsal_MutexCreate(&psQCtxt->qMutex); in phOsal_QueueCreate()
141 if (phOsal_MutexDelete(psQCtxt->qMutex) || in phOsal_QueueDestroy()
190 phOsal_MutexLock(psQCtxt->qMutex); in phOsal_QueuePush()
214 phOsal_MutexUnlock(psQCtxt->qMutex); in phOsal_QueuePush()
251 phOsal_MutexUnlock(psQCtxt->qMutex); in phOsal_QueuePush()
262 phOsal_MutexUnlock(psQCtxt->qMutex); in phOsal_QueuePush()
288 phOsal_MutexLock(psQCtxt->qMutex); in phOsal_QueuePull()
294 phOsal_MutexUnlock(psQCtxt->qMutex); in phOsal_QueuePull()
302 phOsal_MutexUnlock(psQCtxt->qMutex); in phOsal_QueuePull()
[all …]