Searched refs:SECCOMP_RET_KILL_THREAD (Results 1 – 5 of 5) sorted by relevance
19 # define SECCOMP_RET_KILL_THREAD 0x00000000U /* kill the thread */ macro20 # define SECCOMP_RET_KILL SECCOMP_RET_KILL_THREAD
2029 pub const SECCOMP_RET_KILL_THREAD: ::c_uint = 0x00000000; constant2030 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD;
2142 SECCOMP_RET_KILL_THREAD
2054 SECCOMP_RET_KILL_THREAD
2058 pub const SECCOMP_RET_KILL_THREAD: ::c_uint = 0x00000000; constant2059 pub const SECCOMP_RET_KILL: ::c_uint = SECCOMP_RET_KILL_THREAD;