MCPcopy Create free account
hub / github.com/apple/foundationdb / sigaction

Class sigaction

flow/Platform.actor.cpp:3617–3617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3615#endif
3616
3617 struct sigaction sa;
3618 sa.sa_handler = SIG_DFL;
3619 if (sigemptyset(&sa.sa_mask)) {
3620 int err = errno;

Callers 3

crashHandlerFunction · 0.70
registerCrashHandlerFunction · 0.70
setupRunLoopProfilerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected