Home | History | Annotate | Download | only in dumpstate

Lines Matching full:prctl

38 #include <sys/prctl.h>
752 prctl(PR_SET_PDEATHSIG, SIGKILL);
825 if (prctl(PR_SET_KEEPCAPS, 1) < 0) {
826 MYLOGE("prctl(PR_SET_KEEPCAPS) failed: %s\n", strerror(errno));