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

Function mq_recv_entry

src/utest/messagequeue_tc.c:163–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static void mq_recv_entry(void *param)
164{
165 mq_recv_case(&static_mq);
166
167#ifdef RT_USING_HEAP
168 if(dynamic_mq != RT_NULL)
169 {
170 mq_recv_case(dynamic_mq);
171 }
172#endif /* RT_USING_HEAP */
173 rt_event_send(&finish_e, MQRECV_FINIHS);
174}
175
176static void test_mq_testcase(void)
177{

Callers

nothing calls this directly

Calls 2

mq_recv_caseFunction · 0.85
rt_event_sendFunction · 0.85

Tested by

no test coverage detected