HomeSort by relevance Sort by last modified time
    Searched refs:PR_MCE_KILL (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
prctl.h 95 #define PR_MCE_KILL 33
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 95 #define PR_MCE_KILL 33
  /external/strace/xlat/
prctl_options.h 124 #if !(defined(PR_MCE_KILL) || (defined(HAVE_DECL_PR_MCE_KILL) && HAVE_DECL_PR_MCE_KILL))
125 # define PR_MCE_KILL 33
127 XLAT(PR_MCE_KILL),
  /bionic/libc/kernel/uapi/linux/
prctl.h 86 #define PR_MCE_KILL 33
  /development/ndk/platforms/android-21/include/linux/
prctl.h 85 #define PR_MCE_KILL 33
  /external/kernel-headers/original/uapi/linux/
prctl.h 97 #define PR_MCE_KILL 33
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
prctl.h 85 #define PR_MCE_KILL 33
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
prctl.h 85 #define PR_MCE_KILL 33
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
prctl.h 85 #define PR_MCE_KILL 33
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
prctl.h 85 #define PR_MCE_KILL 33
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
prctl.h 85 #define PR_MCE_KILL 33
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
prctl.h 85 #define PR_MCE_KILL 33
  /external/strace/
prctl.c 7 #include "xlat/pr_mce_kill.h"
79 case PR_MCE_KILL:
81 printxval(pr_mce_kill, tcp->u_arg[1], "PR_MCE_KILL_???");

Completed in 35 milliseconds