Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_arrange_msg.c70 ULONG posix_arrange_msg(TX_QUEUE *Queue, ULONG *pMsgPrio) in posix_arrange_msg() argument
163 if (pMsgPrio != NULL) in posix_arrange_msg()
166 *pMsgPrio = maxPrio; in posix_arrange_msg()
Dpx_mq_receive.c78 ssize_t mq_receive( mqd_t mqdes, VOID * pMsg, size_t msgLen, ULONG *pMsgPrio) in mq_receive() argument
155 temp1 = posix_arrange_msg( Queue, pMsgPrio ); in mq_receive()
265 if (pMsgPrio) in mq_receive()
267 *pMsgPrio = priority_of_message; in mq_receive()
Dpx_int.h141 ULONG posix_arrange_msg( TX_QUEUE * Queue, ULONG * pMsgPrio );
Dtx_posix.h486 ULONG *pMsgPrio );
Dreadme_threadx_posix.txt97 ULONG *pMsgPrio );