Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dsigprocmaskcmds.h7 #if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK)
8 XLAT(SIG_UNBLOCK),
Dsigprocmaskcmds.in2 SIG_UNBLOCK
/external/kernel-headers/original/uapi/asm-generic/
Dsignal-defs.h9 #ifndef SIG_UNBLOCK
10 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
/external/openssh/openbsd-compat/
Dsigact.h53 #undef SIG_UNBLOCK
54 #define SIG_UNBLOCK 01 macro
Dsigact.c81 else if (mode == SIG_UNBLOCK) in sigprocmask()
/external/libunwind/src/ia64/
Ducontext_i.h29 #define SIG_UNBLOCK 1 macro
/external/toybox/toys/pending/
Dinit.c241 sigprocmask(SIG_UNBLOCK, &signal_set, NULL); in final_run()
253 sigprocmask(SIG_UNBLOCK, &signal_set_c, NULL); in final_run()
322 sigprocmask(SIG_UNBLOCK,&signal_set_c, NULL); in set_default()
Dsyslogd.c514 sigprocmask(SIG_UNBLOCK, &ss, NULL); in syslogd_main()
/external/valgrind/none/tests/
Dcoolo_sigaction.cpp21 sigprocmask(SIG_UNBLOCK, &(act.sa_mask), 0); in setupHandlers()
Dpending.c64 sigprocmask(SIG_UNBLOCK, &sigusr1, NULL); in main()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsignal.h98 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
/external/strace/tests/
Dnet-accept-connect.c67 assert(sigprocmask(SIG_UNBLOCK, &set, NULL) == 0); in main()
/external/bison/lib/
Dfatal-signal.c285 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL); in unblock_fatal_signals()
Dsigprocmask.c241 case SIG_UNBLOCK: in sigprocmask()
Dsignal.in.h276 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */
/external/openssh/
Dsandbox-seccomp-filter.c191 if (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1) in ssh_sandbox_child_debugging()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp264 sigprocmask(SIG_UNBLOCK, &SigMask, nullptr); in CrashRecoverySignalHandler()
/external/bison/m4/
Dposix_spawn.m4192 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
204 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
/external/linux-tools-perf/src/tools/perf/
Dperf.c452 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in pthread__unblock_sigwinch()
/external/bison/darwin-lib/
Dsignal.h588 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ macro
/external/bison/linux-lib/
Dsignal.h588 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ macro
/external/ppp/pppd/
Dmain.c659 sigprocmask(SIG_UNBLOCK, &signals_handled, NULL); in handle_events()
662 sigprocmask(SIG_UNBLOCK, &signals_handled, NULL); in handle_events()
/external/ltrace/etc/
Dlibc.so.conf201 int sigprocmask(enum(SIG_BLOCK=1, SIG_UNBLOCK=2, SIG_SETMASK=3), sigset_t*, +sigset_t*);
/external/valgrind/include/vki/
Dvki-darwin.h455 #define VKI_SIG_UNBLOCK SIG_UNBLOCK
/external/llvm/lib/Support/Unix/
DSignals.inc174 sigprocmask(SIG_UNBLOCK, &SigMask, nullptr);

12