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

  /bionic/libc/kernel/common/linux/
seccomp.h 27 #define SECCOMP_RET_KILL 0x00000000U
  /external/kernel-headers/original/linux/
seccomp.h 21 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 75 #ifndef SECCOMP_RET_KILL
79 #define SECCOMP_RET_KILL 0x00000000U // Kill the task immediately
verifier.cc 430 case SECCOMP_RET_KILL: // We don't ever generate this

Completed in 54 milliseconds