Searched defs:SIG_BLOCK (Results 1 - 8 of 8) sorted by relevance

/external/libunwind/src/ia64/
H A Dsigsetjmp.S28 #define SIG_BLOCK 0 define
44 mov out0 = SIG_BLOCK
H A Ducontext_i.h28 #define SIG_BLOCK 0 macro
/external/openssh/openbsd-compat/
H A Dsigact.h50 #undef SIG_BLOCK macro
51 #define SIG_BLOCK 00 macro
/external/google-breakpad/src/common/android/
H A Dbreakpad_getcontext.S65 /* Call sigprocmask(SIG_BLOCK, NULL, &(ucontext->uc_sigmask)) */
66 mov r0, #0 /* SIG_BLOCK */
163 /* rt_sigprocmask (SIG_BLOCK, NULL, &ucp->uc_sigmask, _NSIG8) */
165 mov x0, #0 /* SIG_BLOCK */
256 #define SIG_BLOCK 1 define
307 /* rt_sigprocmask (SIG_BLOCK, NULL, &ucp->uc_sigmask, _NSIG8) */
311 li a0, SIG_BLOCK
388 /* rt_sigprocmask (SIG_BLOCK, NULL, &ucp->uc_sigmask, _NSIG8) */
392 li a0, SIG_BLOCK
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h6 #ifndef SIG_BLOCK
7 #define SIG_BLOCK 0 /* for blocking signals */ macro
/external/bison/darwin-lib/
H A Dsignal.h586 # define SIG_BLOCK 0 /* blocked_set = blocked_set | *set; */ macro
/external/bison/linux-lib/
H A Dsignal.h586 # define SIG_BLOCK 0 /* blocked_set = blocked_set | *set; */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h97 #define SIG_BLOCK 1 /* for blocking signals */ macro

Completed in 5615 milliseconds