/external/valgrind/coregrind/m_syswrap/ |
syscall-ppc64le-linux.S | 112 /* set up for sigprocmask(SIG_SETMASK, sysmask, postmask) */ 119 bso 7f /* if the sigprocmask fails */ 139 /* set up for sigprocmask(SIG_SETMASK, postmask, NULL) */ 146 bso 7f /* if the sigprocmask fails */
|
syscall-amd64-solaris.S | 70 /* Set up for sigprocmask(SIG_SETMASK, sysmask, postmask). */ 76 jc sigprocmask_failed /* sigprocmask failed */ 80 /* Set up for sigprocmask(SIG_SETMASK, postmask, NULL). */ 91 jc sigprocmask_failed /* sigprocmask failed */ 115 1: /* Even though we can't take a signal until the sigprocmask completes, 205 1: /* Even though we can't take a signal until the sigprocmask completes,
|
syscall-x86-solaris.S | 63 /* Set up for sigprocmask(SIG_SETMASK, sysmask, postmask). */ 70 jc sigprocmask_failed /* sigprocmask failed */ 75 /* Set up for sigprocmask(SIG_SETMASK, postmask, NULL). */ 87 jc sigprocmask_failed /* sigprocmask failed */ 115 1: /* Even though we can't take a signal until the sigprocmask completes, 210 1: /* Even though we can't take a signal until the sigprocmask completes,
|
syscall-s390x-linux.S | 90 1: /* Even though we can't take a signal until the sigprocmask completes, 105 jne 7f /* sigprocmask failed */ 130 jne 7f /* sigprocmask failed */
|
syscall-x86-linux.S | 98 1: /* Even though we can't take a signal until the sigprocmask completes, 110 js 7f /* sigprocmask failed */ 139 js 7f /* sigprocmask failed */
|
syscall-amd64-darwin.S | 97 L_$0_1: /* Even though we can't take a signal until the sigprocmask completes, 112 jnc 7f // sigprocmask failed 179 jnc 7f // sigprocmask failed
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sigthread.h | 30 the same meaning as for sigprocmask(2). */
|
sigaction.h | 74 /* Values for the HOW argument to `sigprocmask'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
sigthread.h | 30 the same meaning as for sigprocmask(2). */
|
sigaction.h | 76 /* Values for the HOW argument to `sigprocmask'. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
sigthread.h | 30 the same meaning as for sigprocmask(2). */
|
sigaction.h | 76 /* Values for the HOW argument to `sigprocmask'. */
|
/external/libunwind/include/ |
libunwind_i.h | 184 # define SIGPROCMASK(how, new_mask, old_mask) \ 185 sigprocmask((how), (new_mask), (old_mask)) 187 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) 193 SIGPROCMASK (SIG_SETMASK, &unwi_full_mask, &(m)); \ 199 SIGPROCMASK (SIG_SETMASK, &(m), NULL); \
|
/external/google-breakpad/src/common/android/ |
breakpad_getcontext.S | 65 /* Call sigprocmask(SIG_BLOCK, NULL, &(ucontext->uc_sigmask)) */ 69 bl sigprocmask(PLT) 216 /* Save signal mask: sigprocmask(SIGBLOCK, NULL, &uc->uc_sigmask) */ 222 call sigprocmask@PLT 475 /* Save signal mask: sigprocmask(SIGBLOCK, NULL, &uc->uc_sigmask) */ 479 call sigprocmask@PLT 481 /* Always return 0 for success, even if sigprocmask failed. */
|
/external/bison/m4/ |
posix_spawn.m4 | 168 sigprocmask (SIG_SETMASK, NULL, &blocked_signals); 174 sigprocmask (SIG_BLOCK, &fatal_signal_set, NULL); 192 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL); 204 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
|
signal_h.m4 | 36 sigpending sigprocmask])
|
/external/libchrome/sandbox/linux/services/ |
syscall_wrappers.h | 72 // Some libcs do not expose a sigprocmask. Note that oldset must be a nullptr,
|
/external/toybox/toys/pending/ |
init.c | 233 sigprocmask(SIG_BLOCK, &signal_set, NULL); 241 sigprocmask(SIG_UNBLOCK, &signal_set, NULL); 253 sigprocmask(SIG_UNBLOCK, &signal_set_c, NULL); 322 sigprocmask(SIG_UNBLOCK,&signal_set_c, NULL);
|
/bionic/libc/arch-x86_64/bionic/ |
setjmp.S | 123 call PIC_PLT(sigprocmask) 168 call PIC_PLT(sigprocmask)
|
/cts/tests/tests/os/jni/seccomp-tests/tests/ |
resumption.c | 193 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); 195 TH_LOG("sigprocmask failed");
|
sigsegv.c | 165 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); 167 TH_LOG("sigprocmask failed");
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
resumption.c | 192 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); 194 TH_LOG("sigprocmask failed");
|
sigsegv.c | 165 ret = sigprocmask(SIG_UNBLOCK, &mask, NULL); 167 TH_LOG("sigprocmask failed");
|
/external/boringssl/src/crypto/ |
cpu-arm.c | 104 sigprocmask(SIG_SETMASK, &sigmask, &original_sigmask); 121 sigprocmask(SIG_SETMASK, &original_sigmask, NULL);
|
/external/e2fsprogs/lib/ss/ |
listen.c | 65 sigprocmask(SIG_BLOCK, &igmask, &omask); 69 sigprocmask(SIG_SETMASK, &omask, (sigset_t *) 0);
|