Home
last modified time | relevance | path

Searched refs:LINUX_SIGSYS (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
Dlinux_signal.h27 #define LINUX_SIGSYS 31 macro
46 #define LINUX_SIGSYS 12 macro
100 static_assert(LINUX_SIGSYS == SIGSYS, "LINUX_SIGSYS == SIGSYS");
/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc92 if (sys_sigaction(LINUX_SIGSYS, &sa, &old_sa) < 0) { in Trap()
106 if (sigemptyset(&mask) || sigaddset(&mask, LINUX_SIGSYS) || in Trap()
155 if (nr != LINUX_SIGSYS || info->si_code != SYS_SECCOMP || !ctx || in SigSys()