OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINUX_SIGSYS
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/linux/system_headers/
linux_signal.h
27
#define
LINUX_SIGSYS
31
46
#define
LINUX_SIGSYS
12
100
static_assert(
LINUX_SIGSYS
== SIGSYS, "
LINUX_SIGSYS
== SIGSYS");
/external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc
92
if (sys_sigaction(
LINUX_SIGSYS
, &sa, &old_sa) < 0) {
106
if (sigemptyset(&mask) || sigaddset(&mask,
LINUX_SIGSYS
) ||
155
if (nr !=
LINUX_SIGSYS
|| info->si_code != SYS_SECCOMP || !ctx ||
Completed in 80 milliseconds