Searched refs:SIG_UNBLOCK (Results 1 - 25 of 26) sorted by path

12

/external/bison/
H A Dconfigure18522 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
18534 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
H A Dmaint.mk617 SIGEV_THREAD SIGSTKSZ SIG_BLOCK SIG_SETMASK SIG_UNBLOCK SS_DISABLE \
/external/bison/darwin-lib/
H A Dsignal.h588 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ macro
/external/bison/lib/
H A Dfatal-signal.c285 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
H A Dsignal.in.h276 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */
H A Dsigprocmask.c241 case SIG_UNBLOCK:
/external/bison/linux-lib/
H A Dsignal.h588 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h124 #define SIG_UNBLOCK 2 /* set of signals to, well, unblock */ macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h331 #if !defined(SIG_UNBLOCK)
332 #define SIG_UNBLOCK 1 macro
333 #endif /* SIG_UNBLOCK */
H A Dsignal.c116 case SIG_UNBLOCK:
151 case SIG_UNBLOCK:
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dtrap.cc102 sigprocmask(SIG_UNBLOCK, &mask, NULL)) {
/external/chromium_org/sandbox/linux/tests/
H A Dunit_tests.cc105 SANDBOX_ASSERT(sigprocmask(SIG_UNBLOCK, &sigalrm_set, NULL) == 0);
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal-defs.h9 #ifndef SIG_UNBLOCK
10 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h98 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
/external/libunwind/src/ia64/
H A Ducontext_i.h29 #define SIG_UNBLOCK 1 macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dperf.c456 pthread_sigmask(SIG_UNBLOCK, &set, NULL);
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp266 sigprocmask(SIG_UNBLOCK, &SigMask, nullptr);
/external/llvm/lib/Support/Unix/
H A DSignals.inc163 sigprocmask(SIG_UNBLOCK, &SigMask, nullptr);
/external/ltrace/etc/
H A Dlibc.so.conf201 int sigprocmask(enum(SIG_BLOCK=1, SIG_UNBLOCK=2, SIG_SETMASK=3), sigset_t*, +sigset_t*);
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1655 (void) sigprocmask(SIG_UNBLOCK, &gEventSignalSet, (sigset_t*) NULL);
/external/ppp/pppd/
H A Dmain.c656 sigprocmask(SIG_UNBLOCK, &signals_handled, NULL);
659 sigprocmask(SIG_UNBLOCK, &signals_handled, NULL);
/external/qemu/
H A Dexec.c930 pthread_sigmask(SIG_UNBLOCK, &set, &oldset);
/external/strace/xlat/
H A Dsigprocmaskcmds.h7 #if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
8 XLAT(SIG_UNBLOCK),
/external/valgrind/main/include/vki/
H A Dvki-darwin.h449 #define VKI_SIG_UNBLOCK SIG_UNBLOCK
/external/valgrind/main/none/tests/
H A Dcoolo_sigaction.cpp21 sigprocmask(SIG_UNBLOCK, &(act.sa_mask), 0);

Completed in 810 milliseconds

12