Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dsandbox_bpf_unittest.cc1920 #define IS_SECCOMP_EVENT(status) ((status >> 16) == PTRACE_EVENT_SECCOMP) macro
1927 #define IS_SECCOMP_EVENT(status) ((status >> 16) == 7 || (status >> 16) == 8) macro