Searched refs:msg_queue_tail (Results 1 – 2 of 2) sorted by relevance
1809 mq->msg_queue_tail = RT_NULL; in rt_mq_init()1902 mq->msg_queue_tail = RT_NULL; in rt_mq_create()2005 if (mq->msg_queue_tail != RT_NULL) in rt_mq_send()2008 ((struct rt_mq_message *)mq->msg_queue_tail)->next = msg; in rt_mq_send()2012 mq->msg_queue_tail = msg; in rt_mq_send()2098 if (mq->msg_queue_tail == RT_NULL) in rt_mq_urgent()2099 mq->msg_queue_tail = msg; in rt_mq_urgent()2241 if (mq->msg_queue_tail == msg) in rt_mq_recv()2242 mq->msg_queue_tail = RT_NULL; in rt_mq_recv()2303 if (mq->msg_queue_tail == msg) in rt_mq_control()[all …]
735 void *msg_queue_tail; /**< list tail */ member