Searched defs:SIG_SETMASK (Results 1 - 11 of 11) sorted by relevance

/external/libunwind/src/x86/
H A Dsiglongjmp.S30 #define SIG_SETMASK 2 define
32 #define SIG_SETMASK 3 define
59 mov $SIG_SETMASK, %ebx /* 1st syscall arg (how) */
78 pushl $SIG_SETMASK
/external/libunwind/src/ia64/
H A Dsiglongjmp.S26 #define SIG_SETMASK 2 define
56 mov out0 = SIG_SETMASK
H A Ducontext_i.h30 #define SIG_SETMASK 2 macro
/external/libunwind/src/x86_64/
H A Dsetcontext.S30 #define SIG_SETMASK 2 define
49 sigprocmask(SIG_SETMASK, ucp->uc_sigmask, NULL, sizeof(sigset_t)) */
53 mov $SIG_SETMASK, %rdi
68 movl $3,%edi/* SIG_SETMASK */
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h13 #ifndef SIG_SETMASK
14 #define SIG_SETMASK 2 /* for setting the signal mask */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h100 #define SIG_SETMASK 3 /* for setting the signal mask */ macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc189 const int SIG_SETMASK = 3; variable
192 const int SIG_SETMASK = 3; variable
195 const int SIG_SETMASK = 2; variable
1836 CHECK_EQ(0, pthread_sigmask(SIG_SETMASK, &sctx->emptyset, &sctx->oldset));
1845 CHECK_EQ(0, pthread_sigmask(SIG_SETMASK, &sctx->oldset, 0));
/external/python/cpython2/Lib/plat-irix6/
H A DWAIT.py181 SIG_SETMASK = 3 variable
H A DFILE.py181 SIG_SETMASK = 3 variable
/external/python/cpython2/Lib/plat-sunos5/
H A DIN.py493 SIG_SETMASK = 3 variable
H A DSTROPTS.py490 SIG_SETMASK = 3 variable

Completed in 1298 milliseconds