MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / sigint_handler

Function sigint_handler

tools/alive-jobserver.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30static void sigint_handler(int) {
31 remove_fifo();
32 exit(-1);
33}
34
35static void add_token(int pipefd) {
36 char c = 0;

Callers

nothing calls this directly

Calls 1

remove_fifoFunction · 0.85

Tested by

no test coverage detected