Home
last modified time | relevance | path

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

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Queue.cpp163 uint32_t uwTimeoutMs) { in phOsal_QueuePush() argument
181 dwStatus = phOsal_SemaphoreWait(psQCtxt->semPush, uwTimeoutMs); in phOsal_QueuePush()
269 uint32_t uwTimeoutMs) { in phOsal_QueuePull() argument
282 dwStatus = phOsal_SemaphoreWait(psQCtxt->semPull, uwTimeoutMs); in phOsal_QueuePull()