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

12345

/freebsd-10.2-release/lib/libc/sparc64/gen/
H A Dassym.s14 #define SIG_BLOCK 1 define
H A Dsetjmp.S62 mov SIG_BLOCK, %o0
/freebsd-10.2-release/lib/libc/gen/
H A Dpause.c49 if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1)
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.c39 (void) sigprocmask(SIG_BLOCK, &ss, NULL);
/freebsd-10.2-release/contrib/ncurses/ncurses/
H A DSigAction.h62 #undef SIG_BLOCK macro
63 #define SIG_BLOCK 00 macro
/freebsd-10.2-release/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-10.2-release/contrib/texinfo/info/
H A Dsignals.h41 # if !defined (SIG_BLOCK)
43 # define SIG_BLOCK 2 macro
45 # endif /* SIG_BLOCK */
79 sigprocmask (SIG_BLOCK, &nvar, &ovar); \
/freebsd-10.2-release/lib/libc/compat-43/
H A Dsigcompat.c95 n = __libc_sigprocmask(SIG_BLOCK, &set, &oset);
116 if (__libc_sigprocmask(SIG_BLOCK, NULL, &set) == -1)
131 return (__libc_sigprocmask(SIG_BLOCK, &set, NULL));
164 if (__libc_sigprocmask(SIG_BLOCK, NULL, &pset) == -1)
167 if (__libc_sigprocmask(SIG_BLOCK, &set, &pset) == -1)
/freebsd-10.2-release/tests/sys/kqueue/
H A Dsignal.c54 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
82 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
108 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
146 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
171 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
H A Dproc.c124 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
150 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
188 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
213 if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
/freebsd-10.2-release/lib/libedit/
H A Dsig.c74 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
126 (void) sigprocmask(SIG_BLOCK, nset, &oset);
166 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
188 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
/freebsd-10.2-release/lib/libulog/
H A Dulog_login_pseudo.c55 sigprocmask(SIG_BLOCK, &nblock, &oblock);
/freebsd-10.2-release/contrib/ncurses/ncurses/base/
H A Dsigaction.c61 if (mode == SIG_BLOCK)
/freebsd-10.2-release/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c35 sigprocmask(SIG_BLOCK, &set, NULL);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c110 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1)
113 if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1)
131 if (sigprocmask(SIG_BLOCK, NULL, &nset) == -1)
/freebsd-10.2-release/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-10.2-release/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h59 PJDLOG_VERIFY(sigprocmask(SIG_BLOCK, &mask, NULL) == 0);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_sleep.c89 PTHREAD_REQUIRE(pthread_sigmask(SIG_BLOCK, &mtsm, 0));
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_sigmask.c76 case SIG_BLOCK:
/freebsd-10.2-release/lib/libc/stdio/
H A Dtmpfile.c73 (void)__libc_sigprocmask(SIG_BLOCK, &set, &oset);
/freebsd-10.2-release/lib/libc/stdlib/
H A Dsystem.c73 (void)__libc_sigprocmask(SIG_BLOCK, &newsigblock, &oldsigblock);
/freebsd-10.2-release/lib/libc/sys/
H A Dstack_protector.c92 (void)sigprocmask(SIG_BLOCK, &mask, NULL);
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c59 (void) sigprocmask(SIG_BLOCK, &set, NULL);
/freebsd-10.2-release/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c89 if (sigprocmask(SIG_BLOCK, &sigchld_mask, NULL) == -1)

Completed in 410 milliseconds

12345