MCPcopy Create free account
hub / github.com/F-Stack/f-stack / thread_msg_free

Function thread_msg_free

dpdk/examples/ip_pipeline/thread.c:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225static void
226thread_msg_free(struct thread_msg_rsp *rsp)
227{
228 free(rsp);
229}
230
231static struct thread_msg_rsp *
232thread_msg_send_recv(uint32_t thread_id,

Callers 2

thread_pipeline_enableFunction · 0.70
thread_pipeline_disableFunction · 0.70

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected