Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc275 return If(pid == target_pid, Allow()).Else(CrashSIGSYSKill()); in RestrictKillTarget()
278 return CrashSIGSYSKill(); in RestrictKillTarget()
Dsigsys_handlers.h67 SANDBOX_EXPORT bpf_dsl::ResultExpr CrashSIGSYSKill();
Dsigsys_handlers.cc263 bpf_dsl::ResultExpr CrashSIGSYSKill() { in CrashSIGSYSKill() function