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

Function sigalarm_handler

tv/tv.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85string pass_name;
86
87void sigalarm_handler(int) {
88 parallelMgr->finishChild(/*is_timeout=*/true);
89 // this is a fully asynchronous exit, skip destructors and such
90 _Exit(0);
91}
92
93void printDot(const Function &tgt, int n) {
94 if (opt_print_dot) {

Callers

nothing calls this directly

Calls 1

finishChildMethod · 0.45

Tested by

no test coverage detected