OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_RET_KILL
(Results
1 - 3
of
3
) 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
Completed in 1512 milliseconds