Home
last modified time | relevance | path

Searched refs:TX_POSIX_MESSAGE_SIZE (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_arrange_msg.c144 temp_q = q_read - (TX_POSIX_MESSAGE_SIZE); in posix_arrange_msg()
151 q_read = q_read + (TX_POSIX_MESSAGE_SIZE - TX_POSIX_QUEUE_PRIORITY_OFFSET); in posix_arrange_msg()
177 for (msg = 0; msg < TX_POSIX_MESSAGE_SIZE; msg++) in posix_arrange_msg()
Dpx_mq_create.c128 TX_POSIX_MESSAGE_SIZE, in posix_mq_create()
130 (msgq_attr->mq_maxmsg * (sizeof(ULONG) * TX_POSIX_MESSAGE_SIZE))); in posix_mq_create()
Dpx_mq_priority_search.c95 source += (TX_POSIX_MESSAGE_SIZE - TX_POSIX_QUEUE_PRIORITY_OFFSET); in posix_priority_search()
Dpx_mq_send.c91 ULONG msg[TX_POSIX_MESSAGE_SIZE]; in mq_send()
Dpx_mq_receive.c145 temp1 = posix_memory_allocate((sizeof(ULONG)) * TX_POSIX_MESSAGE_SIZE, (VOID**)&msgbuf1); in mq_receive()
Dtx_posix.h71 #define TX_POSIX_MESSAGE_SIZE 5 macro
74 #define TX_POSIX_MESSAGE_SIZE 4 macro