意思就是使用rt_mq_send函数的时候,size参数必须和rt_mq_create中的msg_size相同吗?如果不相同会怎么样? 2.多个不同优先级的线程和中断向一个线程发送消息的时候,同样使用此消息队列的线程互相打断时会发生什么? 0 2022-7-29 10:11:20 评论 淘帖 邀请回答 juju宇哥 相关推荐 • RT-Thread系统消息...
The value of msg_prio must be greater than zero and less than or equal to MQ_PRIO_MAX. If the specified message queue is full and O_NONBLOCK is not set in the message queue description associated with mqdes (see mq_open(3RT) and mq_setattr(3RT)), mq_send() blocks until space ...