/openbsd/lib/libcurses/ |
H A D | SigAction.h | 68 #undef SIG_UNBLOCK 69 #define SIG_UNBLOCK 01 macro
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | signals.h | 42 # define SIG_UNBLOCK 1 macro 88 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); \
|
H A D | signals.c | 41 case SIG_UNBLOCK: in sigprocmask() 290 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); in info_signal_proc()
|
/openbsd/usr.sbin/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()
|
/openbsd/sbin/unwind/libunbound/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()
|
/openbsd/libexec/login_token/ |
H A D | login_token.c | 94 (void)sigprocmask(SIG_UNBLOCK, &blockset, NULL); in main() 153 (void)sigprocmask(SIG_UNBLOCK, &blockset, NULL); in main()
|
/openbsd/games/sail/ |
H A D | machdep.h | 50 sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0); \
|
/openbsd/lib/libc/sys/ |
H A D | w_sigprocmask.c | 30 if (set != NULL && how != SIG_UNBLOCK && sigismember(set, SIGTHR)) { in WRAP()
|
/openbsd/regress/usr.sbin/syslogd/ |
H A D | ttylog.c | 120 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 D | sigmask.c | 60 CHECKr(pthread_sigmask(SIG_UNBLOCK, &mask, NULL)); in main()
|
/openbsd/lib/libcurses/base/ |
H A D | sigaction.c | 64 else if (mode == SIG_UNBLOCK) in _nc_sigprocmask()
|
/openbsd/regress/lib/libpthread/pthread_join/ |
H A D | pthread_join.c | 105 if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) in main()
|
/openbsd/lib/libc/stdlib/ |
H A D | system.c | 78 sigprocmask(SIG_UNBLOCK, &mask, NULL); in system()
|
/openbsd/sys/sys/ |
H A D | signal.h | 141 #define SIG_UNBLOCK 2 /* unblock specified signal set */ macro
|
/openbsd/regress/lib/libc/setjmp/ |
H A D | jmptest.c | 130 if (sigprocmask(SIG_UNBLOCK, &ss, NULL) == -1) in main()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | host-darwin.c | 79 sigprocmask (SIG_UNBLOCK, &sigset, NULL); in segv_handler()
|
/openbsd/games/tetris/ |
H A D | screen.c | 221 (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 D | fio.c | 217 (void)sigprocmask(SIG_UNBLOCK, &intset, &oset); in readline() 378 (void)sigprocmask(SIG_UNBLOCK, &nset, oset); in ignoresig()
|
H A D | tty.c | 206 (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 D | sigdispatch.t | 91 POSIX::sigprocmask(&POSIX::SIG_UNBLOCK, $new, $old);
|
/openbsd/bin/csh/ |
H A D | func.c | 456 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 D | hist.c | 114 sigprocmask(SIG_UNBLOCK, &sigset, NULL); in dohist()
|
/openbsd/gnu/llvm/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,
|
/openbsd/regress/lib/libc/sys/ |
H A D | t_pollts.c | 178 ATF_REQUIRE_EQ(sigprocmask(SIG_UNBLOCK, &mask, NULL), 0); in ATF_TC_BODY()
|
/openbsd/regress/lib/libpthread/dlopen/ |
H A D | dlopen.c | 575 sigprocmask(SIG_UNBLOCK, &mask, NULL); in run_tests() 649 sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
|