OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrashSIGSYSKill
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.h
67
SANDBOX_EXPORT bpf_dsl::ResultExpr
CrashSIGSYSKill
();
syscall_parameters_restrictions.cc
238
return If(pid == target_pid, Allow()).Else(
CrashSIGSYSKill
());
241
return
CrashSIGSYSKill
();
sigsys_handlers.cc
263
bpf_dsl::ResultExpr
CrashSIGSYSKill
() {
Completed in 62 milliseconds