Searched defs:kill (Results 1 - 1 of 1) sorted by relevance

/cts/tests/tests/os/jni/seccomp-tests/tests/
H A Dseccomp_bpf_tests.c71 #define SECCOMP_RET_KILL 0x00000000U // kill the task immediately
645 struct sock_fprog kill; local
690 FILTER_ALLOC(kill);
699 FILTER_FREE(kill);
716 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->kill);
737 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->kill);
754 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->kill);
907 kill(tracee, SIGKILL);
915 kill(tracee, SIGKILL);
981 ASSERT_EQ(0, kill(trace
[all...]

Completed in 75 milliseconds