Home
last modified time | relevance | path

Searched defs:hMutex (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Posix.cpp272 OSALSTATUS phOsal_MutexCreate(void** hMutex) { in phOsal_MutexCreate()
298 OSALSTATUS phOsal_MutexLock(void* hMutex) { in phOsal_MutexLock()
314 OSALSTATUS phOsal_MutexUnlock(void* hMutex) { in phOsal_MutexUnlock()
330 OSALSTATUS phOsal_MutexDelete(void* hMutex) { in phOsal_MutexDelete()
/hardware/st/nfc/1.0/hal/
Dhalcore_private.h107 pthread_mutex_t hMutex; /* guards the message ringbuffer */ member
/hardware/st/nfc/st21nfc/hal/
Dhalcore_private.h108 pthread_mutex_t hMutex; /* guards the message ringbuffer */ member