Home | History | Annotate | Download | only in runtime

Lines Matching full:prctl

23 #include <sys/prctl.h>
547 // Only 64-bit as prctl() may fail in 32 bit userspace on a 64-bit kernel.
550 CHECK_EQ(prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY), 0);