MCPcopy Create free account
hub / github.com/DOCGroup/ACE_TAO / handle_signal

Method handle_signal

ACE/ace/Process_Manager.cpp:335–379  ·  view source on GitHub ↗

On Unix, this routine is called asynchronously when a SIGCHLD is received. We just tweak the reactor so that it'll call back our function, which allows us to handle Process exits synchronously. On Win32, this routine is called synchronously, and is passed the HANDLE of the Process that exited, so we can do all our work here.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

find_procMethod · 0.95
notify_proc_handlerMethod · 0.95
remove_procMethod · 0.95
notifyMethod · 0.45

Tested by

no test coverage detected