Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dposix_demo.c31 struct mq_attr queue_atrr; variable
94 queue_atrr.mq_maxmsg = 124; in tx_application_define()
95 queue_atrr.mq_msgsize = MAX_MESSAGE_SIZE; in tx_application_define()
161 q_des = mq_open("Queue",O_CREAT|O_RDWR,0,&queue_atrr); in tx_application_define()
Dposix_signal_self_send_test.c38 struct mq_attr queue_atrr;
116 queue_atrr.mq_maxmsg = 124; in tx_application_define()
117 queue_atrr.mq_msgsize = MAX_MESSAGE_SIZE; in tx_application_define()
186 q_des = mq_open("Queue",O_CREAT|O_RDWR,0,&queue_atrr); in tx_application_define()