MCPcopy Create free account
hub / github.com/NetSys/bess / ExitRequestHandler

Function ExitRequestHandler

core/utils/syscallthread.cc:63–63  ·  view source on GitHub ↗

* When we receive an exit signal, that will interrupt any * in-progress system call if appropriate. We just need a * no-op signal handler that the system will call, interrupting * the system-call-in-progress. */

Source from the content-addressed store, hash-verified

61 * the system-call-in-progress.
62 */
63void ExitRequestHandler(int) {}
64
65/*
66 * Establishes the exit signal masks and handlers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected