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

  /external/libunwind/src/x86/
siglongjmp.S 30 #define SIG_SETMASK 2
32 #define SIG_SETMASK 3
59 mov $SIG_SETMASK, %ebx /* 1st syscall arg (how) */
78 pushl $SIG_SETMASK
  /external/libunwind/src/ia64/
siglongjmp.S 26 #define SIG_SETMASK 2
56 mov out0 = SIG_SETMASK
ucontext_i.h 30 #define SIG_SETMASK 2
  /external/libunwind/src/x86_64/
setcontext.S 30 #define SIG_SETMASK 2
49 sigprocmask(SIG_SETMASK, ucp->uc_sigmask, NULL, sizeof(sigset_t)) */
53 mov $SIG_SETMASK, %rdi
68 movl $3,%edi/* SIG_SETMASK */
  /bionic/libc/kernel/uapi/asm-generic/
signal-defs.h 28 #ifndef SIG_SETMASK
29 #define SIG_SETMASK 2
  /external/kernel-headers/original/uapi/asm-generic/
signal-defs.h 13 #ifndef SIG_SETMASK
14 #define SIG_SETMASK 2 /* for setting the signal mask */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 12 #ifndef SIG_SETMASK
13 #define SIG_SETMASK 2 /* for setting the signal mask */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sigaction.h 79 #define SIG_SETMASK 2 /* Set the set of blocked signals. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sigaction.h 79 #define SIG_SETMASK 2 /* Set the set of blocked signals. */
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 78 #define SIG_SETMASK 3
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 100 #define SIG_SETMASK 3 /* for setting the signal mask */
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 189 const int SIG_SETMASK = 3;
192 const int SIG_SETMASK = 3;
195 const int SIG_SETMASK = 2;
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 181 SIG_SETMASK = 3
FILE.py 181 SIG_SETMASK = 3
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 424 #ifndef SIG_SETMASK
425 #define SIG_SETMASK 2
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 493 SIG_SETMASK = 3
STROPTS.py 490 SIG_SETMASK = 3
    [all...]

Completed in 732 milliseconds