Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
static void sigint_handler(int) {
31
remove_fifo();
32
exit(-1);
33
}
34
35
static void add_token(int pipefd) {
36
char c = 0;
Callers
nothing calls this directly
Calls
1
remove_fifo
Function · 0.85
Tested by
no test coverage detected