Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_KILL_THREAD (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/include/lapi/
H A Dseccomp.h19 # define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro
20 # define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2029 pub const SECCOMP_RET_KILL_THREAD: ::c_uint = 0x00000000; consts
2030 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD;
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2058 pub const SECCOMP_RET_KILL_THREAD: ::c_uint = 0x00000000; consts
2059 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD;

Completed in 22 milliseconds