MCPcopy Create free account
hub / github.com/apache/mesos / sigaction

Class sigaction

src/logging/logging.cpp:504–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 //
503 // [1] https://msdn.microsoft.com/en-us/library/xdkz3x12.aspx
504 struct sigaction action;
505 action.sa_sigaction = handler;
506
507 // Do not block additional signals while in the handler.

Callers 1

initializeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected