OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSystemVSemaphores
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/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 38 milliseconds