Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (Results 1 – 25 of 134) sorted by relevance

123456

/freebsd/lib/libc/compat-43/
H A Dsigcompat.c87 n = __libc_sigprocmask(SIG_BLOCK, &set, &oset); in sigblock()
108 if (__libc_sigprocmask(SIG_BLOCK, NULL, &set) == -1) in xsi_sigpause()
123 return (__libc_sigprocmask(SIG_BLOCK, &set, NULL)); in sighold()
156 if (__libc_sigprocmask(SIG_BLOCK, NULL, &pset) == -1) in sigset()
159 if (__libc_sigprocmask(SIG_BLOCK, &set, &pset) == -1) in sigset()
/freebsd/tests/sys/kqueue/libkqueue/
H A Dsignal.c51 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_get()
79 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_disable()
105 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_enable()
143 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_del()
168 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_oneshot()
H A Dproc.c290 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_disable()
316 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_enable()
354 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_del()
379 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1) in test_kevent_signal_oneshot()
/freebsd/tests/sys/kern/
H A Dktrace_test.c157 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
194 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
232 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
277 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
314 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
353 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
404 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
453 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
488 ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1); in ATF_TC_BODY()
/freebsd/contrib/libedit/
H A Dsig.c80 (void) sigprocmask(SIG_BLOCK, &nset, &oset); in sig_handler()
133 (void) sigprocmask(SIG_BLOCK, nset, &oset); in sig_init()
174 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset); in sig_set()
195 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset); in sig_clr()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsigact.h50 #undef SIG_BLOCK
51 #define SIG_BLOCK 00 macro
/freebsd/contrib/ncurses/ncurses/
H A DSigAction.h63 #undef SIG_BLOCK
64 #define SIG_BLOCK 00 macro
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c102 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) in child()
105 if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1) in child()
123 if (sigprocmask(SIG_BLOCK, NULL, &nset) == -1) in child()
/freebsd/usr.bin/tip/tip/
H A Dtipout.c137 sigprocmask(SIG_BLOCK, NULL, &omask); in tipout()
147 sigprocmask(SIG_BLOCK, &mask, NULL); in tipout()
159 sigprocmask(SIG_BLOCK, &mask, NULL); in tipout()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp71 if (sigprocmask(SIG_BLOCK, &BlockedSignalsSet, &OldBlockedSignalsSet) == in ExecuteCommand()
149 if (sigprocmask(SIG_BLOCK, &OldBlockedSignalsSet, NULL) == -1) { in ExecuteCommand()
/freebsd/lib/libc/gen/
H A Dpause.c47 if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1) in __pause()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.c37 (void) sigprocmask(SIG_BLOCK, &ss, NULL); in main()
/freebsd/contrib/diff/src/
H A Dsdiff.c108 # ifndef SIG_BLOCK
109 # define SIG_BLOCK 0 macro
112 # define SIG_SETMASK (! SIG_BLOCK)
115 ((how) == SIG_BLOCK ? *(o) = sigblock (*(n)) : sigsetmask (*(n)))
647 sigprocmask (SIG_BLOCK, &blocked, &procmask); in main()
1218 sigprocmask (SIG_BLOCK, &blocked, &procmask); in temporary_file()
/freebsd/usr.bin/mail/
H A Dpopen.c141 (void)sigprocmask(SIG_BLOCK, &nset, &oset); in Pclose()
367 (void)sigprocmask(SIG_BLOCK, &nset, &oset); in wait_child()
398 (void)sigprocmask(SIG_BLOCK, &nset, &oset); in free_child()
/freebsd/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/bin/pax/
H A Dar_subs.c132 (void)sigprocmask(SIG_BLOCK, &s_mask, NULL); in list()
337 (void)sigprocmask(SIG_BLOCK, &s_mask, NULL); in extract()
526 (void)sigprocmask(SIG_BLOCK, &s_mask, NULL); in wr_archive()
941 (void)sigprocmask(SIG_BLOCK, &s_mask, NULL); in copy()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c180 (void) sigprocmask(SIG_BLOCK, &mask, &omask); in handle_SIGTSTP()
187 (void) sigprocmask(SIG_BLOCK, &mask, NULL); in handle_SIGTSTP()
/freebsd/contrib/bmake/
H A Dsigact.h63 #define SIG_BLOCK 1 macro
/freebsd/lib/libc/stdio/
H A Dtmpfile.c67 (void)__libc_sigprocmask(SIG_BLOCK, &set, &oset); in tmpfile()
/freebsd/contrib/ncurses/ncurses/base/
H A Dsigaction.c62 if (mode == SIG_BLOCK) in _nc_sigprocmask()
/freebsd/lib/libulog/
H A Dulog_login_pseudo.c55 sigprocmask(SIG_BLOCK, &nblock, &oblock); in ulog_exec_helper()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp345 # define SIG_BLOCK 0 macro
351 sigprocmask(SIG_BLOCK, (__hw_sigset_t *)0, &env[0].__saved_mask) == 0); in __sigjmp_save()
498 # undef SIG_BLOCK
/freebsd/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c34 sigprocmask(SIG_BLOCK, &set, NULL); in main()
/freebsd/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c86 if (sigprocmask(SIG_BLOCK, &sigchld_mask, NULL) == -1) in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c57 (void) sigprocmask(SIG_BLOCK, &set, NULL); in main()

123456