Searched refs:PDeachSig (Results 1 – 1 of 1) sorted by relevance
329 int PDeachSig = 0; in lprofSuspendSigKill() local331 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()