OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sys_sigprocmask
(Results
1 - 10
of
10
) sorted by null
/external/libchrome/sandbox/linux/services/
syscall_wrappers.h
74
SANDBOX_EXPORT int
sys_sigprocmask
(int how,
syscall_wrappers.cc
142
int
sys_sigprocmask
(int how, const sigset_t* set, std::nullptr_t oldset) {
function in namespace:sandbox
/external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc
63
sandbox::
sys_sigprocmask
(LINUX_SIG_BLOCK, &mask, NULL)) {
107
sys_sigprocmask
(LINUX_SIG_UNBLOCK, &mask, NULL)) {
/external/valgrind/coregrind/m_syswrap/
priv_syswrap-linux.h
254
DECL_TEMPLATE(linux,
sys_sigprocmask
);
syswrap-arm-linux.c
[
all
...]
syswrap-mips32-linux.c
[
all
...]
syswrap-ppc32-linux.c
[
all
...]
syswrap-x86-linux.c
[
all
...]
syswrap-solaris.c
956
DECL_TEMPLATE(solaris,
sys_sigprocmask
);
[
all
...]
syswrap-linux.c
[
all
...]
Completed in 111 milliseconds