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

Function _do_request

components/drivers/smp_call/smp_call.c:86–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86static void _do_request(struct rt_smp_call_req *req)
87{
88 struct rt_smp_event *event;
89
90 event = &req->event;
91 RT_ASSERT(!!event->func);
92 event->func(event->data);
93
94 _call_req_release(req);
95 return ;
96}
97
98static rt_err_t _smp_call_handler(struct rt_smp_call_req *req, int oncpu)
99{

Callers 1

_smp_call_handlerFunction · 0.85

Calls 2

_call_req_releaseFunction · 0.85
funcMethod · 0.80

Tested by

no test coverage detected