Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_arrange_msg.c145 temp_q = q_read - (TX_POSIX_MESSAGE_SIZE); in posix_arrange_msg()
152 q_read = q_read + (TX_POSIX_MESSAGE_SIZE - TX_POSIX_QUEUE_PRIORITY_OFFSET); in posix_arrange_msg()
178 for (msg = 0; msg < TX_POSIX_MESSAGE_SIZE; msg++) in posix_arrange_msg()
Dpx_mq_create.c129 TX_POSIX_MESSAGE_SIZE, in posix_mq_create()
131 (msgq_attr->mq_maxmsg * (sizeof(ULONG) * TX_POSIX_MESSAGE_SIZE))); in posix_mq_create()
Dpx_mq_priority_search.c96 source += (TX_POSIX_MESSAGE_SIZE - TX_POSIX_QUEUE_PRIORITY_OFFSET); in posix_priority_search()
Dpx_mq_send.c92 ULONG msg[TX_POSIX_MESSAGE_SIZE]; in mq_send()
Dpx_mq_receive.c146 temp1 = posix_memory_allocate((sizeof(ULONG)) * TX_POSIX_MESSAGE_SIZE, (VOID**)&msgbuf1); in mq_receive()
Dtx_posix.h72 #define TX_POSIX_MESSAGE_SIZE 5 macro
75 #define TX_POSIX_MESSAGE_SIZE 4 macro