| /freebsd-10-stable/crypto/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()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/ |
| D | SigAction.h | 65 #undef SIG_UNBLOCK 66 #define SIG_UNBLOCK 01 macro
|
| /freebsd-10-stable/contrib/unbound/util/ |
| D | locks.c | 86 if((err=pthread_sigmask(SIG_UNBLOCK, &sigset, NULL))) in ub_thread_sig_unblock() 90 if((err=thr_sigsetmask(SIG_UNBLOCK, &sigset, NULL))) in ub_thread_sig_unblock() 94 if(sigprocmask(SIG_UNBLOCK, &sigset, NULL)) in ub_thread_sig_unblock()
|
| /freebsd-10-stable/contrib/texinfo/info/ |
| D | signals.h | 42 # define SIG_UNBLOCK 1 macro 88 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); \
|
| D | signals.c | 41 case SIG_UNBLOCK: in sigprocmask() 290 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); in info_signal_proc()
|
| /freebsd-10-stable/contrib/ntp/libntp/ |
| D | iosignal.c | 404 if (sigprocmask(SIG_UNBLOCK, &unset, NULL)) in unblock_io_and_alarm() 433 if (sigprocmask(SIG_UNBLOCK, &unset, NULL)) in unblock_sigio() 443 if (sigprocmask(SIG_UNBLOCK, NULL, &old)) in wait_for_signal()
|
| /freebsd-10-stable/lib/libc/compat-43/ |
| D | sigcompat.c | 152 return (__libc_sigprocmask(SIG_UNBLOCK, &set, NULL)); in sigrelse() 177 if (__libc_sigprocmask(SIG_UNBLOCK, &set, &pset) == -1) in sigset()
|
| /freebsd-10-stable/contrib/sendmail/libsm/ |
| D | signal.c | 166 if (sigprocmask(SIG_UNBLOCK, &sset, &oset) < 0) 315 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
|
| /freebsd-10-stable/sbin/adjkerntz/ |
| D | adjkerntz.c | 201 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main() 253 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | sigaction.c | 63 else if (mode == SIG_UNBLOCK) in _nc_sigprocmask()
|
| /freebsd-10-stable/tools/regression/sigqueue/sigqtest1/ |
| D | sigqtest1.c | 48 sigprocmask(SIG_UNBLOCK, &set, NULL); in main()
|
| /freebsd-10-stable/lib/libkse/thread/ |
| D | thr_sigmask.c | 82 case SIG_UNBLOCK: in _pthread_sigmask()
|
| /freebsd-10-stable/usr.bin/mail/ |
| D | collect.c | 102 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collect() 488 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collect() 662 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collstop()
|
| /freebsd-10-stable/contrib/apr/threadproc/unix/ |
| D | signals.c | 473 if ((rv = sigprocmask(SIG_UNBLOCK, &sig_mask, NULL)) != 0) { in apr_signal_unblock() 477 if ((rv = pthread_sigmask(SIG_UNBLOCK, &sig_mask, NULL)) != 0) { in apr_signal_unblock()
|
| /freebsd-10-stable/contrib/openbsm/bin/auditdistd/ |
| D | sigtimedwait.h | 78 PJDLOG_VERIFY(sigprocmask(SIG_UNBLOCK, &mask, NULL) == 0); in sigtimedwait()
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | tc.sig.c | 51 sigprocmask(SIG_UNBLOCK, &set, NULL); in sigset_interrupting()
|
| D | tw.help.c | 146 (void)sigprocmask(SIG_UNBLOCK, &set, &oset); in do_help()
|
| /freebsd-10-stable/contrib/gcc/config/rs6000/ |
| D | host-darwin.c | 79 sigprocmask (SIG_UNBLOCK, &sigset, NULL); in segv_handler()
|
| /freebsd-10-stable/contrib/xz/src/xz/ |
| D | signals.c | 142 mythread_sigmask(SIG_UNBLOCK, &hooked_signals, NULL); in signals_unblock()
|
| /freebsd-10-stable/sys/i386/ibcs2/ |
| D | ibcs2_signal.c | 312 return (kern_sigprocmask(td, SIG_UNBLOCK, &mask, NULL, 358 how = SIG_UNBLOCK;
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/setjmp/ |
| D | t_setjmp.c | 136 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1); in h_check()
|
| D | t_threadjmp.c | 146 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1); in h_check()
|
| /freebsd-10-stable/lib/libthr/thread/ |
| D | thr_sig.c | 439 __sys_sigprocmask(SIG_UNBLOCK, &act.sa_mask, NULL); in _thr_signal_init() 591 if (how != SIG_UNBLOCK) { in __thr_sigprocmask() 639 __sys_sigprocmask(SIG_UNBLOCK, &newset, NULL); in __thr_sigsuspend()
|
| /freebsd-10-stable/contrib/nvi/common/ |
| D | gs.h | 212 (void)sigprocmask(SIG_UNBLOCK, &__sigblockset, NULL);
|