Searched refs:SIG_BLOCK (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dassym.s14 #define SIG_BLOCK 1 define
H A Dsetjmp.S62 mov SIG_BLOCK, %o0
/freebsd-11-stable/lib/libc/gen/
H A Dpause.c51 if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.c39 (void) sigprocmask(SIG_BLOCK, &ss, NULL);
/freebsd-11-stable/contrib/ncurses/ncurses/
H A DSigAction.h62 #undef SIG_BLOCK macro
63 #define SIG_BLOCK 00 macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsigact.h50 #undef SIG_BLOCK macro
51 #define SIG_BLOCK 00 macro
H A Dsigact.c79 if (mode == SIG_BLOCK)
/freebsd-11-stable/lib/libc/compat-43/
H A Dsigcompat.c91 n = __libc_sigprocmask(SIG_BLOCK, &set, &oset);
112 if (__libc_sigprocmask(SIG_BLOCK, NULL, &set) == -1)
127 return (__libc_sigprocmask(SIG_BLOCK, &set, NULL));
160 if (__libc_sigprocmask(SIG_BLOCK, NULL, &pset) == -1)
163 if (__libc_sigprocmask(SIG_BLOCK, &set, &pset) == -1)
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dsignal.c53 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
81 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
107 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
145 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
170 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
H A Dproc.c292 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
318 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
356 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
381 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dsigaction.c61 if (mode == SIG_BLOCK)
/freebsd-11-stable/lib/libulog/
H A Dulog_login_pseudo.c55 sigprocmask(SIG_BLOCK, &nblock, &oblock);
/freebsd-11-stable/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c35 sigprocmask(SIG_BLOCK, &set, NULL);
/freebsd-11-stable/lib/libedit/
H A Dsig.c82 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
135 (void) sigprocmask(SIG_BLOCK, nset, &oset);
175 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
197 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtipout.c145 sigprocmask(SIG_BLOCK, NULL, &omask);
155 sigprocmask(SIG_BLOCK, &mask, NULL);
167 sigprocmask(SIG_BLOCK, &mask, NULL);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c102 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1)
105 if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1)
123 if (sigprocmask(SIG_BLOCK, NULL, &nset) == -1)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp71 if (sigprocmask(SIG_BLOCK, &BlockedSignalsSet, &OldBlockedSignalsSet) ==
149 if (sigprocmask(SIG_BLOCK, &OldBlockedSignalsSet, NULL) == -1) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sleep.c89 PTHREAD_REQUIRE(pthread_sigmask(SIG_BLOCK, &mtsm, 0));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c59 (void) sigprocmask(SIG_BLOCK, &set, NULL);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h57 PJDLOG_VERIFY(sigprocmask(SIG_BLOCK, &mask, NULL) == 0);
/freebsd-11-stable/lib/libc/stdio/
H A Dtmpfile.c73 (void)__libc_sigprocmask(SIG_BLOCK, &set, &oset);
/freebsd-11-stable/lib/libc/stdlib/
H A Dsystem.c73 (void)__libc_sigprocmask(SIG_BLOCK, &newsigblock, &oldsigblock);
/freebsd-11-stable/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c89 if (sigprocmask(SIG_BLOCK, &sigchld_mask, NULL) == -1)
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsignal.c127 if (sigprocmask(SIG_BLOCK, &sset, &oset) < 0)
315 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsignal.c174 if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0)

Completed in 300 milliseconds

12345