/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sigact.h | 53 #undef SIG_UNBLOCK 54 #define SIG_UNBLOCK 01 macro
|
H A D | sigact.c | 81 else if (mode == SIG_UNBLOCK) in sigprocmask()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | SigAction.h | 66 #undef SIG_UNBLOCK 67 #define SIG_UNBLOCK 01 macro
|
/freebsd/contrib/unbound/util/ |
H A 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/lib/libc/compat-43/ |
H A D | sigcompat.c | 144 return (__libc_sigprocmask(SIG_UNBLOCK, &set, NULL)); in sigrelse() 169 if (__libc_sigprocmask(SIG_UNBLOCK, &set, &pset) == -1) in sigset()
|
/freebsd/contrib/ntp/libntp/ |
H A 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/contrib/bmake/ |
H A D | sigaction.c | 301 case SIG_UNBLOCK: in sigprocmask() 313 if (how == SIG_UNBLOCK) { in sigprocmask()
|
H A D | sigact.h | 64 #define SIG_UNBLOCK 2 macro
|
/freebsd/contrib/sendmail/libsm/ |
H A D | signal.c | 166 if (sigprocmask(SIG_UNBLOCK, &sset, &oset) < 0) 315 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
|
/freebsd/usr.sbin/rpc.tlsservd/ |
H A D | rpc.tlscommon.c | 78 sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL); in rpctls_svc_run() 90 sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL); in rpctls_svc_run()
|
/freebsd/sbin/adjkerntz/ |
H A D | adjkerntz.c | 193 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main() 245 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | sigaction.c | 64 else if (mode == SIG_UNBLOCK) in _nc_sigprocmask()
|
/freebsd/tools/regression/sigqueue/sigqtest1/ |
H A D | sigqtest1.c | 47 sigprocmask(SIG_UNBLOCK, &set, NULL); in main()
|
/freebsd/usr.bin/mail/ |
H A D | collect.c | 96 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collect() 481 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collect() 655 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collstop()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | sigtimedwait.h | 78 PJDLOG_VERIFY(sigprocmask(SIG_UNBLOCK, &mask, NULL) == 0); in sigtimedwait()
|
/freebsd/contrib/tcsh/ |
H A D | tc.sig.c | 47 sigprocmask(SIG_UNBLOCK, &set, NULL); in sigset_interrupting()
|
H A D | tw.help.c | 142 (void)sigprocmask(SIG_UNBLOCK, &set, &oset); in do_help()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_sig.c | 492 __sys_sigprocmask(SIG_UNBLOCK, &act.sa_mask, NULL); in _thr_signal_init() 644 if (how != SIG_UNBLOCK) { in __thr_sigprocmask() 693 __sys_sigprocmask(SIG_UNBLOCK, &newset, NULL); in __thr_sigsuspend()
|
H A D | thr_exit.c | 233 __sys_sigprocmask(SIG_UNBLOCK, mask, NULL);
|
/freebsd/contrib/netbsd-tests/lib/libc/setjmp/ |
H A D | t_threadjmp.c | 146 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1); in h_check()
|
H A D | t_setjmp.c | 149 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1); in h_check()
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | MainLoopPosix.cpp | 315 ret = pthread_sigmask(HAVE_SYS_EVENT_H ? SIG_UNBLOCK : SIG_BLOCK, 346 int ret = pthread_sigmask(it->second.was_blocked ? SIG_BLOCK : SIG_UNBLOCK,
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_sigqueue.c | 215 ATF_REQUIRE(sigprocmask(SIG_UNBLOCK, &mask, &orig) != -1); in ATF_TC_BODY()
|
H A D | t_timer_create.c | 101 (void)sigprocmask(SIG_UNBLOCK, &set, NULL); in timer_signal_create()
|
/freebsd/sys/sys/ |
H A D | signal.h | 469 #define SIG_UNBLOCK 2 /* unblock specified signal set */ macro
|