Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/tml/
DphDal4Nfc_messageQueueLib.c39 pthread_mutex_t nCriticalSectionMutex; member
65 if (pthread_mutex_init(&pQueue->nCriticalSectionMutex, NULL) == -1) in phDal4Nfc_msgget()
102 pthread_mutex_destroy (&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgrelease()
133 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
150 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
151 pthread_mutex_destroy(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgctl()
189 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgsnd()
205 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgsnd()
243 pthread_mutex_lock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgrcv()
252 pthread_mutex_unlock(&pQueue->nCriticalSectionMutex); in phDal4Nfc_msgrcv()
/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()