Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c857 #define IS_SECCOMP_EVENT(status) ((status >> 16) == PTRACE_EVENT_SECCOMP) macro
909 ASSERT_EQ(true, IS_SECCOMP_EVENT(status)); in tracer()