HomeSort by relevance Sort by last modified time
    Searched defs:SIG_BLOCK (Results 1 - 15 of 15) sorted by null

  /external/libunwind/src/ia64/
sigsetjmp.S 28 #define SIG_BLOCK 0
44 mov out0 = SIG_BLOCK
ucontext_i.h 28 #define SIG_BLOCK 0
  /bionic/libc/kernel/uapi/asm-generic/
signal-defs.h 22 #ifndef SIG_BLOCK
23 #define SIG_BLOCK 0
  /external/google-breakpad/src/common/android/
breakpad_getcontext.S 65 /* 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
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/
signal-defs.h 7 #ifndef SIG_BLOCK
8 #define SIG_BLOCK 0 /* for blocking signals */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 6 #ifndef SIG_BLOCK
7 #define SIG_BLOCK 0 /* for blocking signals */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 77 #define SIG_BLOCK 0 /* Block signals. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 77 #define SIG_BLOCK 0 /* Block signals. */
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 76 #define SIG_BLOCK 1
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 98 #define SIG_BLOCK 1 /* for blocking signals */
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 179 SIG_BLOCK = 1
FILE.py 179 SIG_BLOCK = 1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 418 #ifndef SIG_BLOCK
419 #define SIG_BLOCK 0
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 491 SIG_BLOCK = 1
STROPTS.py 488 SIG_BLOCK = 1
    [all...]

Completed in 1136 milliseconds