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

Function _call_req_release

components/drivers/smp_call/smp_call.c:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static void _call_req_release(struct rt_smp_call_req *req)
41{
42 rt_atomic_store(&req->event.typed.usage_tracer, _CALL_REQ_USAGE_FREED);
43}
44
45void rt_smp_request_wait_freed(struct rt_smp_call_req *req)
46{

Callers 1

_do_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected