Searched refs:PR_SET_PDEATHSIG (Results 1 - 4 of 4) sorted by path

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc222 internal_prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0);
/external/kernel-headers/original/uapi/linux/
H A Dprctl.h6 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/external/strace/
H A Dprocess.c143 #ifdef PR_SET_PDEATHSIG
144 case PR_SET_PDEATHSIG:
/external/strace/xlat/
H A Dprctl_options.h55 #if defined(PR_SET_PDEATHSIG) || (defined(HAVE_DECL_PR_SET_PDEATHSIG) && HAVE_DECL_PR_SET_PDEATHSIG)
56 XLAT(PR_SET_PDEATHSIG),

Completed in 289 milliseconds