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

References

projects/compiler-rt/lib/profile/InstrProfilingUtil.c
  315   if (prctl(PR_GET_PDEATHSIG, &PDeachSig) == 0 && PDeachSig == SIGKILL)
  316     prctl(PR_SET_PDEATHSIG, 0);
  325   prctl(PR_SET_PDEATHSIG, SIGKILL);