Home
last modified time | relevance | path

Searched refs:MAX_MESSAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dposix_demo.c7 #define MAX_MESSAGE_SIZE 50 macro
95 queue_atrr.mq_msgsize = MAX_MESSAGE_SIZE; in tx_application_define()
232 CHAR msgr0[MAX_MESSAGE_SIZE]; in pthread_2_entry()
241 pt2_status = mq_receive(q_des,msgr0,MAX_MESSAGE_SIZE,&priority); in pthread_2_entry()
Dposix_signal_self_send_test.c7 #define MAX_MESSAGE_SIZE 50
117 queue_atrr.mq_msgsize = MAX_MESSAGE_SIZE; in tx_application_define()
323 CHAR msgr0[MAX_MESSAGE_SIZE];
332 pt2_status = mq_receive(q_des,msgr0,MAX_MESSAGE_SIZE,&priority);