Searched refs:IsSystemVSemaphores (Results 1 – 2 of 2) sorted by relevance
74 static bool IsSystemVSemaphores(int sysno);
805 bool SyscallSets::IsSystemVSemaphores(int sysno) { in IsSystemVSemaphores() function in sandbox::SyscallSets861 return IsSystemVMessageQueue(sysno) || IsSystemVSemaphores(sysno) || in IsAnySystemV()