Searched refs:pQueue (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c72 phDal4Nfc_message_queue_t * pQueue; local
73 pQueue = (phDal4Nfc_message_queue_t *) phOsalNfc_GetMemory(sizeof(phDal4Nfc_message_queue_t));
74 if (pQueue == NULL)
76 memset(pQueue, 0, sizeof(phDal4Nfc_message_queue_t));
77 if (pthread_mutex_init (&pQueue->nCriticalSectionMutex, NULL) == -1)
79 if (sem_init (&pQueue->nProcessSemaphore, 0, 0) == -1)
81 return ((intptr_t)pQueue);
98 phDal4Nfc_message_queue_t * pQueue; local
104 pQueue = (phDal4Nfc_message_queue_t *)msqid;
105 pthread_mutex_lock(&pQueue
141 phDal4Nfc_message_queue_t * pQueue; local
192 phDal4Nfc_message_queue_t * pQueue; local
[all...]

Completed in 100 milliseconds