Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_arrange_msg.c71 ULONG posix_arrange_msg(TX_QUEUE *Queue, ULONG *pMsgPrio) in posix_arrange_msg() argument
164 if (pMsgPrio != NULL) in posix_arrange_msg()
167 *pMsgPrio = maxPrio; in posix_arrange_msg()
Dpx_mq_receive.c79 ssize_t mq_receive( mqd_t mqdes, VOID * pMsg, size_t msgLen, ULONG *pMsgPrio) in mq_receive() argument
156 temp1 = posix_arrange_msg( Queue, pMsgPrio ); in mq_receive()
266 if (pMsgPrio) in mq_receive()
268 *pMsgPrio = priority_of_message; in mq_receive()
Dpx_int.h142 ULONG posix_arrange_msg( TX_QUEUE * Queue, ULONG * pMsgPrio );
Dtx_posix.h487 ULONG *pMsgPrio );
Dreadme_threadx_posix.txt97 ULONG *pMsgPrio );