Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/tml/
DphDal4Nfc_messageQueueLib.cc37 pthread_mutex_t nCriticalSectionMutex; member
62 if (pthread_mutex_init(&pQueue->nCriticalSectionMutex, NULL) != 0) { in phDal4Nfc_msgget()
94 pthread_mutex_destroy(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgrelease()
124 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
138 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
139 pthread_mutex_destroy(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
174 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgsnd()
186 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgsnd()
223 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgrcv()
231 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgrcv()