Searched refs:__NR_sigprocmask (Results 1 - 25 of 34) sorted by relevance

12

/external/valgrind/memcheck/tests/
H A Dsigprocmask.c12 #if defined(__NR_sigprocmask) \
35 syscall(__NR_sigprocmask, SIG_SETMASK, os, NULL);
43 syscall(__NR_sigprocmask, SIG_BLOCK, s, os);
51 syscall(__NR_sigprocmask, SIG_BLOCK, s, os);
61 fprintf(stderr, "__NR_sigprocmask not supported on this platform\n");
/external/strace/tests/
H A Dsigprocmask.c33 #ifdef __NR_sigprocmask
47 const long rc = syscall(__NR_sigprocmask, how, new_set, old_set);
149 SKIP_MAIN_UNDEFINED("__NR_sigprocmask")
/external/strace/tests-m32/
H A Dsigprocmask.c33 #ifdef __NR_sigprocmask
47 const long rc = syscall(__NR_sigprocmask, how, new_set, old_set);
149 SKIP_MAIN_UNDEFINED("__NR_sigprocmask")
/external/strace/tests-mx32/
H A Dsigprocmask.c33 #ifdef __NR_sigprocmask
47 const long rc = syscall(__NR_sigprocmask, how, new_set, old_set);
149 SKIP_MAIN_UNDEFINED("__NR_sigprocmask")
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-amd64-solaris.S74 movq $__NR_sigprocmask, %rax
84 movq $__NR_sigprocmask, %rax
H A Dsyscall-x86-solaris.S68 movl $__NR_sigprocmask, %eax
80 movl $__NR_sigprocmask, %eax
H A Dsyswrap-ppc32-linux.c767 LINXY(__NR_sigprocmask, sys_sigprocmask), // 126
/external/openssh/
H A Dsandbox-seccomp-filter.c214 #ifdef __NR_sigprocmask
215 SC_ALLOW(__NR_sigprocmask),
/external/valgrind/include/vki/
H A Dvki-scnums-s390x-linux.h134 #define __NR_sigprocmask 126 macro
H A Dvki-scnums-arm-linux.h163 #define __NR_sigprocmask 126 macro
H A Dvki-scnums-ppc32-linux.h163 #define __NR_sigprocmask 126 macro
H A Dvki-scnums-ppc64-linux.h163 #define __NR_sigprocmask 126 macro
H A Dvki-scnums-solaris.h146 #define __NR_sigprocmask SYS_sigprocmask macro
H A Dvki-scnums-x86-linux.h163 #define __NR_sigprocmask 126 macro
H A Dvki-scnums-mips32-linux.h166 #define __NR_sigprocmask (__NR_Linux + 126) macro
H A Dvki-scnums-darwin.h269 #define __NR_sigprocmask VG_DARWIN_SYSCALL_CONSTRUCT_UNIX(48) macro
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dpolicy_compiler.cc45 #if defined(__NR_sigprocmask)
46 __NR_sigprocmask,
/external/libchrome/sandbox/linux/system_headers/
H A Dx86_32_linux_syscalls.h517 #if !defined(__NR_sigprocmask)
518 #define __NR_sigprocmask 126 macro
H A Darm_linux_syscalls.h388 #if !defined(__NR_sigprocmask)
389 #define __NR_sigprocmask (__NR_SYSCALL_BASE+126) macro
H A Dmips_linux_syscalls.h520 #if !defined(__NR_sigprocmask)
521 #define __NR_sigprocmask (__NR_Linux + 126) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h130 #define __NR_sigprocmask 126 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h96 #define __NR_sigprocmask (__NR_SYSCALL_BASE + 126) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc306 case __NR_sigprocmask:
/external/valgrind/coregrind/
H A Dm_libcsignal.c225 SysRes res = VG_(do_syscall3)(__NR_sigprocmask,
230 /* On Darwin, __NR_sigprocmask appears to affect the entire
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c591 // __NR_sigprocmask 126
592 GO(__NR_sigprocmask, "3s 2m");
593 SY(__NR_sigprocmask, x0, x0+&px[1], x0+&px[1]); SUCC;

Completed in 180 milliseconds

12