Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h59 static bool IsAllowedBasicScheduler(int sysno);
Dbaseline_policy.cc43 SyscallSets::IsAllowedBasicScheduler(sysno) || in IsBaselinePolicyAllowed()
Dsyscall_sets.cc604 bool SyscallSets::IsAllowedBasicScheduler(int sysno) { in IsAllowedBasicScheduler() function in sandbox::SyscallSets