Home
last modified time | relevance | path

Searched refs:PDeachSig (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c329 int PDeachSig = 0; in lprofSuspendSigKill() local
331 if (prctl(PR_GET_PDEATHSIG, &PDeachSig) == 0 && PDeachSig == SIGKILL) in lprofSuspendSigKill()
333 return (PDeachSig == SIGKILL); in lprofSuspendSigKill()
335 int PDeachSig = 0, PDisableSig = 0; in lprofSuspendSigKill()
336 if (procctl(P_PID, 0, PROC_PDEATHSIG_STATUS, &PDeachSig) == 0 && in lprofSuspendSigKill()
337 PDeachSig == SIGKILL) in lprofSuspendSigKill()
339 return (PDeachSig == SIGKILL); in lprofSuspendSigKill()