Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_messageQueueLib.c54 pthread_mutex_t nCriticalSectionMutex; member
77 if (pthread_mutex_init (&pQueue->nCriticalSectionMutex, NULL) == -1) in phDal4Nfc_msgget()
105 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
119 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
120 pthread_mutex_destroy(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
157 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgsnd()
169 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgsnd()
203 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgrcv()
211 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgrcv()