Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.h78 SANDBOX_EXPORT bpf_dsl::ResultExpr RestrictSchedTarget(pid_t target_pid,
Dsyscall_parameters_restrictions_unittests.cc122 return RestrictSchedTarget(getpid(), sysno); in EvaluateSyscall()
Dsyscall_parameters_restrictions.cc303 ResultExpr RestrictSchedTarget(pid_t target_pid, int sysno) { in RestrictSchedTarget() function