Home
last modified time | relevance | path

Searched refs:IsSystemVSemaphores (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h74 static bool IsSystemVSemaphores(int sysno);
Dsyscall_sets.cc805 bool SyscallSets::IsSystemVSemaphores(int sysno) { in IsSystemVSemaphores() function in sandbox::SyscallSets
861 return IsSystemVMessageQueue(sysno) || IsSystemVSemaphores(sysno) || in IsAnySystemV()