Home
last modified time | relevance | path

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

123

/src/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()
/src/contrib/ncurses/ncurses/
H A DSigAction.h66 #undef SIG_UNBLOCK
67 #define SIG_UNBLOCK 01 macro
/src/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()
/src/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()
/src/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()
/src/contrib/bmake/
H A Dsigaction.c293 case SIG_UNBLOCK: in sigprocmask()
305 if (how == SIG_UNBLOCK) { in sigprocmask()
H A Dsigact.h64 #define SIG_UNBLOCK 2 macro
/src/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()
/src/contrib/sendmail/libsm/
H A Dsignal.c166 if (sigprocmask(SIG_UNBLOCK, &sset, &oset) < 0)
315 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
/src/sbin/adjkerntz/
H A Dadjkerntz.c193 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
245 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
/src/contrib/ncurses/ncurses/base/
H A Dsigaction.c64 else if (mode == SIG_UNBLOCK) in _nc_sigprocmask()
/src/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c47 sigprocmask(SIG_UNBLOCK, &set, NULL); in main()
/src/crypto/krb5/src/util/ss/
H A Dpager.c90 sigprocmask(SIG_UNBLOCK, &mask, (sigset_t *)0); in ss_page_stdin()
/src/usr.bin/mail/
H A Dcollect.c100 (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()
/src/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h78 PJDLOG_VERIFY(sigprocmask(SIG_UNBLOCK, &mask, NULL) == 0); in sigtimedwait()
/src/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()
/src/lib/libc/stdlib/
H A Dsystem.c131 (void)__libc_sigprocmask(SIG_UNBLOCK, &sigblock, NULL); in __libc_system()
/src/contrib/xz/src/xz/
H A Dsignals.c164 mythread_sigmask(SIG_UNBLOCK, &hooked_signals, NULL); in signals_unblock()
/src/lib/libthr/thread/
H A Dthr_sig.c511 __sys_sigprocmask(SIG_UNBLOCK, &act.sa_mask, NULL); in _thr_signal_init()
663 if (how != SIG_UNBLOCK) { in __thr_sigprocmask()
704 __sys_sigprocmask(SIG_UNBLOCK, &newset, NULL); in __thr_sigsuspend()
/src/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()
/src/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,
/src/usr.bin/mail/tests/
H A Dmailx_signal_test.c62 ATF_REQUIRE_INTEQ(0, sigprocmask(SIG_UNBLOCK, &set, NULL)); in mailx_signal_test()

123