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

Function sig_handler

dpdk/examples/vm_power_manager/main.c:317–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317static void
318sig_handler(int signo)
319{
320 printf("Received signal %d, exiting...\n", signo);
321 channel_monitor_exit();
322 channel_manager_exit();
323 power_manager_exit();
324
325}
326
327int
328main(int argc, char **argv)

Callers

nothing calls this directly

Calls 4

channel_monitor_exitFunction · 0.85
channel_manager_exitFunction · 0.85
power_manager_exitFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected