Searched defs:msqid (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c91 * \param[in] msqid The handle of the message queue.
96 int phDal4Nfc_msgctl ( int msqid, int cmd, void *buf ) argument
101 if (msqid == 0)
104 pQueue = (phDal4Nfc_message_queue_t *)msqid;
132 * \param[in] msqid The handle of the message queue.
139 int phDal4Nfc_msgsnd (int msqid, void * msgp, size_t msgsz, int msgflg) argument
145 if ((msqid == 0) || (msgp == NULL) || (msgsz == 0))
151 pQueue = (phDal4Nfc_message_queue_t *)msqid;
183 * \param[in] msqid The handle of the message queue.
190 int phDal4Nfc_msgrcv (int msqid, voi argument
[all...]

Completed in 63 milliseconds