Home
last modified time | relevance | path

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

/external/strace/xlat/
Dprctl_options.h8 #if !(defined(PR_GET_PDEATHSIG) || (defined(HAVE_DECL_PR_GET_PDEATHSIG) && HAVE_DECL_PR_GET_PDEATHS…
9 # define PR_GET_PDEATHSIG 2 macro
11 XLAT(PR_GET_PDEATHSIG),
Dprctl_options.in2 PR_GET_PDEATHSIG 2
/external/strace/
Dprctl.c50 case PR_GET_PDEATHSIG: in prctl_enter()
216 case PR_GET_PDEATHSIG: in prctl_exit()
DChangeLog-CVS487 * process.c (sys_prctl): Decode PR_SET_PDEATHSIG, PR_GET_PDEATHSIG,
/external/kernel-headers/original/uapi/linux/
Dprctl.h9 #define PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */ macro