Home
last modified time | relevance | path

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

123

/openbsd/lib/libcurses/
H A DSigAction.h68 #undef SIG_UNBLOCK
69 #define SIG_UNBLOCK 01 macro
/openbsd/gnu/usr.bin/texinfo/info/
H A Dsignals.h42 # define SIG_UNBLOCK 1 macro
88 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); \
H A Dsignals.c41 case SIG_UNBLOCK: in sigprocmask()
290 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); in info_signal_proc()
/openbsd/usr.sbin/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()
/openbsd/sbin/unwind/libunbound/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()
/openbsd/libexec/login_token/
H A Dlogin_token.c94 (void)sigprocmask(SIG_UNBLOCK, &blockset, NULL); in main()
153 (void)sigprocmask(SIG_UNBLOCK, &blockset, NULL); in main()
/openbsd/games/sail/
H A Dmachdep.h50 sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0); \
/openbsd/lib/libc/sys/
H A Dw_sigprocmask.c30 if (set != NULL && how != SIG_UNBLOCK && sigismember(set, SIGTHR)) { in WRAP()
/openbsd/regress/usr.sbin/syslogd/
H A Dttylog.c120 if (sigprocmask(SIG_UNBLOCK, &set, NULL) == -1) in main()
132 if (sigprocmask(SIG_UNBLOCK, &set, NULL) == -1) in main()
/openbsd/regress/lib/libpthread/sigmask/
H A Dsigmask.c60 CHECKr(pthread_sigmask(SIG_UNBLOCK, &mask, NULL)); in main()
/openbsd/lib/libcurses/base/
H A Dsigaction.c64 else if (mode == SIG_UNBLOCK) in _nc_sigprocmask()
/openbsd/regress/lib/libpthread/pthread_join/
H A Dpthread_join.c105 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
/openbsd/lib/libc/stdlib/
H A Dsystem.c78 sigprocmask(SIG_UNBLOCK, &mask, NULL); in system()
/openbsd/sys/sys/
H A Dsignal.h141 #define SIG_UNBLOCK 2 /* unblock specified signal set */ macro
/openbsd/regress/lib/libc/setjmp/
H A Djmptest.c130 if (sigprocmask(SIG_UNBLOCK, &ss, NULL) == -1) in main()
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dhost-darwin.c79 sigprocmask (SIG_UNBLOCK, &sigset, NULL); in segv_handler()
/openbsd/games/tetris/
H A Dscreen.c221 (void) sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0); in stopset()
234 (void) sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0); in scr_stop()
/openbsd/usr.bin/mail/
H A Dfio.c217 (void)sigprocmask(SIG_UNBLOCK, &intset, &oset); in readline()
378 (void)sigprocmask(SIG_UNBLOCK, &nset, oset); in ignoresig()
H A Dtty.c206 (void)sigprocmask(SIG_UNBLOCK, &intset, &oset); in readtty()
276 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in ttystop()
/openbsd/gnu/usr.bin/perl/t/op/
H A Dsigdispatch.t91 POSIX::sigprocmask(&POSIX::SIG_UNBLOCK, $new, $old);
/openbsd/bin/csh/
H A Dfunc.c456 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in preread()
518 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in dorepeat()
524 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in dorepeat()
837 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in xecho()
886 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in dosetenv()
H A Dhist.c114 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in dohist()
/openbsd/gnu/llvm/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,
/openbsd/regress/lib/libc/sys/
H A Dt_pollts.c178 ATF_REQUIRE_EQ(sigprocmask(SIG_UNBLOCK, &mask, NULL), 0); in ATF_TC_BODY()
/openbsd/regress/lib/libpthread/dlopen/
H A Ddlopen.c575 sigprocmask(SIG_UNBLOCK, &mask, NULL); in run_tests()
649 sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()

123