OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSystemVMessageQueue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.h
79
static bool
IsSystemVMessageQueue
(int sysno);
syscall_sets.cc
785
bool SyscallSets::
IsSystemVMessageQueue
(int sysno) {
812
return
IsSystemVMessageQueue
(sysno) || IsSystemVSemaphores(sysno) ||
Completed in 23 milliseconds