HomeSort by relevance Sort by last modified time
    Searched defs:SECCOMP_RET_KILL (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/uapi/linux/
seccomp.h 27 #define SECCOMP_RET_KILL 0x00000000U
  /development/ndk/platforms/android-L/include/linux/
seccomp.h 27 #define SECCOMP_RET_KILL 0x00000000U
  /external/kernel-headers/original/uapi/linux/
seccomp.h 21 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
seccomp.h 27 #define SECCOMP_RET_KILL 0x00000000U
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
seccomp.h 27 #define SECCOMP_RET_KILL 0x00000000U
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
seccomp.h 27 #define SECCOMP_RET_KILL 0x00000000U
  /external/chromium_org/third_party/skia/experimental/webtry/
seccomp_bpf.h 39 # define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */
63 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
  /external/skia/experimental/webtry/
seccomp_bpf.h 39 # define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */
63 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 83 #ifndef SECCOMP_RET_KILL
87 #define SECCOMP_RET_KILL 0x00000000U // Kill the task immediately

Completed in 307 milliseconds