Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_KILL_THREAD (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/include/lapi/
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/
Dmod.rs2029 pub const SECCOMP_RET_KILL_THREAD: ::c_uint = 0x00000000; constant
2030 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2142 SECCOMP_RET_KILL_THREAD
Dandroid.txt2054 SECCOMP_RET_KILL_THREAD
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2058 pub const SECCOMP_RET_KILL_THREAD: ::c_uint = 0x00000000; constant
2059 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD;