Home
last modified time | relevance | path

Searched defs:SECCOMP_RET_KILL (Results 1 – 7 of 7) sorted by relevance

/external/ltp/include/lapi/
Dseccomp.h20 # define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
/external/kernel-headers/original/uapi/linux/
Dseccomp.h40 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
/external/minijail/
Dbpf.h52 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
/external/seccomp-tests/linux/
Dseccomp_bpf.c72 #define SECCOMP_RET_KILL 0x00000000U /* kill the task immediately */ macro
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c107 #define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD macro
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2030 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2059 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD; constant