Home
last modified time | relevance | path

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

123

/freebsd/crypto/openssh/openbsd-compat/
H A Dsigact.h53 #undef SIG_UNBLOCK
54 #define SIG_UNBLOCK 01 macro
H A Dsigact.c81 else if (mode == SIG_UNBLOCK) in sigprocmask()
/freebsd/contrib/ncurses/ncurses/
H A DSigAction.h66 #undef SIG_UNBLOCK
67 #define SIG_UNBLOCK 01 macro
/freebsd/contrib/unbound/util/
H A Dlocks.c86 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 Dsigcompat.c144 return (__libc_sigprocmask(SIG_UNBLOCK, &set, NULL)); in sigrelse()
169 if (__libc_sigprocmask(SIG_UNBLOCK, &set, &pset) == -1) in sigset()
/freebsd/contrib/bmake/
H A Dsigaction.c301 case SIG_UNBLOCK: in sigprocmask()
313 if (how == SIG_UNBLOCK) { in sigprocmask()
H A Dsigact.h64 #define SIG_UNBLOCK 2 macro
/freebsd/contrib/ntp/libntp/
H A Diosignal.c404 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/sendmail/libsm/
H A Dsignal.c166 if (sigprocmask(SIG_UNBLOCK, &sset, &oset) < 0)
315 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.c78 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 Dadjkerntz.c193 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
245 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
/freebsd/contrib/ncurses/ncurses/base/
H A Dsigaction.c64 else if (mode == SIG_UNBLOCK) in _nc_sigprocmask()
/freebsd/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c47 sigprocmask(SIG_UNBLOCK, &set, NULL); in main()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h78 PJDLOG_VERIFY(sigprocmask(SIG_UNBLOCK, &mask, NULL) == 0); in sigtimedwait()
/freebsd/contrib/tcsh/
H A Dtc.sig.c47 sigprocmask(SIG_UNBLOCK, &set, NULL); in sigset_interrupting()
H A Dtw.help.c142 (void)sigprocmask(SIG_UNBLOCK, &set, &oset); in do_help()
/freebsd/usr.bin/mail/
H A Dcollect.c96 (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/xz/src/xz/
H A Dsignals.c142 mythread_sigmask(SIG_UNBLOCK, &hooked_signals, NULL); in signals_unblock()
/freebsd/contrib/netbsd-tests/lib/libc/setjmp/
H A Dt_threadjmp.c146 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1); in h_check()
H A Dt_setjmp.c149 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1); in h_check()
/freebsd/lib/libthr/thread/
H A Dthr_sig.c494 __sys_sigprocmask(SIG_UNBLOCK, &act.sa_mask, NULL); in _thr_signal_init()
646 if (how != SIG_UNBLOCK) { in __thr_sigprocmask()
695 __sys_sigprocmask(SIG_UNBLOCK, &newset, NULL); in __thr_sigsuspend()
H A Dthr_exit.c233 __sys_sigprocmask(SIG_UNBLOCK, mask, NULL);
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp315 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 Dt_sigqueue.c215 ATF_REQUIRE(sigprocmask(SIG_UNBLOCK, &mask, &orig) != -1); in ATF_TC_BODY()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c206 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in handle_SIGTSTP()

123