MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / sigaction

Class sigaction

subprojects/llama.cpp/tools/server/server.cpp:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 // TODO: refactor in common/console
269#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
270 struct sigaction sigint_action;
271 sigint_action.sa_handler = signal_handler;
272 sigemptyset (&sigint_action.sa_mask);
273 sigint_action.sa_flags = 0;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected