HomeSort by relevance Sort by last modified time
    Searched refs:IsSystemVSemaphores (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.h 74 static bool IsSystemVSemaphores(int sysno);
syscall_sets.cc 805 bool SyscallSets::IsSystemVSemaphores(int sysno) {
861 return IsSystemVMessageQueue(sysno) || IsSystemVSemaphores(sysno) ||

Completed in 101 milliseconds