OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LINUX_SIG_UNBLOCK
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/linux/system_headers/
linux_signal.h
30
#define
LINUX_SIG_UNBLOCK
1
54
#define
LINUX_SIG_UNBLOCK
2
102
static_assert(
LINUX_SIG_UNBLOCK
== SIG_UNBLOCK,
103
"
LINUX_SIG_UNBLOCK
== SIG_UNBLOCK");
/external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc
107
sys_sigprocmask(
LINUX_SIG_UNBLOCK
, &mask, NULL)) {
Completed in 49 milliseconds