/external/strace/xlat/ |
D | sigprocmaskcmds.h | 7 #if defined(SIG_UNBLOCK) || (defined(HAVE_DECL_SIG_UNBLOCK) && HAVE_DECL_SIG_UNBLOCK) 8 XLAT(SIG_UNBLOCK),
|
D | sigprocmaskcmds.in | 2 SIG_UNBLOCK
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | signal-defs.h | 9 #ifndef SIG_UNBLOCK 10 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
|
/external/openssh/openbsd-compat/ |
D | sigact.h | 53 #undef SIG_UNBLOCK 54 #define SIG_UNBLOCK 01 macro
|
D | sigact.c | 81 else if (mode == SIG_UNBLOCK) in sigprocmask()
|
/external/libunwind/src/ia64/ |
D | ucontext_i.h | 29 #define SIG_UNBLOCK 1 macro
|
/external/toybox/toys/pending/ |
D | init.c | 241 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()
|
D | syslogd.c | 514 sigprocmask(SIG_UNBLOCK, &ss, NULL); in syslogd_main()
|
/external/valgrind/none/tests/ |
D | coolo_sigaction.cpp | 21 sigprocmask(SIG_UNBLOCK, &(act.sa_mask), 0); in setupHandlers()
|
D | pending.c | 64 sigprocmask(SIG_UNBLOCK, &sigusr1, NULL); in main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | signal.h | 98 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
|
/external/strace/tests/ |
D | net-accept-connect.c | 67 assert(sigprocmask(SIG_UNBLOCK, &set, NULL) == 0); in main()
|
/external/bison/lib/ |
D | fatal-signal.c | 285 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL); in unblock_fatal_signals()
|
D | sigprocmask.c | 241 case SIG_UNBLOCK: in sigprocmask()
|
D | signal.in.h | 276 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 191 if (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1) in ssh_sandbox_child_debugging()
|
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 264 sigprocmask(SIG_UNBLOCK, &SigMask, nullptr); in CrashRecoverySignalHandler()
|
/external/bison/m4/ |
D | posix_spawn.m4 | 192 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL); 204 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
|
/external/linux-tools-perf/src/tools/perf/ |
D | perf.c | 452 pthread_sigmask(SIG_UNBLOCK, &set, NULL); in pthread__unblock_sigwinch()
|
/external/bison/darwin-lib/ |
D | signal.h | 588 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ macro
|
/external/bison/linux-lib/ |
D | signal.h | 588 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ macro
|
/external/ppp/pppd/ |
D | main.c | 659 sigprocmask(SIG_UNBLOCK, &signals_handled, NULL); in handle_events() 662 sigprocmask(SIG_UNBLOCK, &signals_handled, NULL); in handle_events()
|
/external/ltrace/etc/ |
D | libc.so.conf | 201 int sigprocmask(enum(SIG_BLOCK=1, SIG_UNBLOCK=2, SIG_SETMASK=3), sigset_t*, +sigset_t*);
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 455 #define VKI_SIG_UNBLOCK SIG_UNBLOCK
|
/external/llvm/lib/Support/Unix/ |
D | Signals.inc | 174 sigprocmask(SIG_UNBLOCK, &SigMask, nullptr);
|