reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/common/Host.cpp
  360   case SIGCHLD:
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  299       SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status);
utils/unittest/googletest/src/gtest-death-test.cc
 1092     child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args);