MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / mq_send_entry

Function mq_send_entry

src/utest/messagequeue_tc.c:115–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115static void mq_send_entry(void *param)
116{
117 mq_send_case(&static_mq);
118
119#ifdef RT_USING_HEAP
120 if(dynamic_mq != RT_NULL)
121 {
122 mq_send_case(dynamic_mq);
123 }
124#endif /* RT_USING_HEAP */
125
126 rt_event_send(&finish_e, MQSEND_FINISH);
127}
128
129static void mq_recv_case(rt_mq_t testmq)
130{

Callers

nothing calls this directly

Calls 2

mq_send_caseFunction · 0.85
rt_event_sendFunction · 0.85

Tested by

no test coverage detected