Searched refs:pMsgPrio (Results 1 – 5 of 5) sorted by relevance
70 ULONG posix_arrange_msg(TX_QUEUE *Queue, ULONG *pMsgPrio) in posix_arrange_msg() argument163 if (pMsgPrio != NULL) in posix_arrange_msg()166 *pMsgPrio = maxPrio; in posix_arrange_msg()
78 ssize_t mq_receive( mqd_t mqdes, VOID * pMsg, size_t msgLen, ULONG *pMsgPrio) in mq_receive() argument155 temp1 = posix_arrange_msg( Queue, pMsgPrio ); in mq_receive()265 if (pMsgPrio) in mq_receive()267 *pMsgPrio = priority_of_message; in mq_receive()
141 ULONG posix_arrange_msg( TX_QUEUE * Queue, ULONG * pMsgPrio );
486 ULONG *pMsgPrio );
97 ULONG *pMsgPrio );