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

123

/freebsd-10.1-release/contrib/ncurses/ncurses/
H A DSigAction.h65 #undef SIG_UNBLOCK macro
66 #define SIG_UNBLOCK 01 macro
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dsigact.h53 #undef SIG_UNBLOCK macro
54 #define SIG_UNBLOCK 01 macro
H A Dsigact.c81 else if (mode == SIG_UNBLOCK)
/freebsd-10.1-release/contrib/texinfo/info/
H A Dsignals.h42 # define SIG_UNBLOCK 1 macro
88 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); \
H A Dsignals.c41 case SIG_UNBLOCK:
290 sigprocmask (SIG_UNBLOCK, &nvar, &ovar);
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dsigaction.c63 else if (mode == SIG_UNBLOCK)
/freebsd-10.1-release/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c48 sigprocmask(SIG_UNBLOCK, &set, NULL);
/freebsd-10.1-release/contrib/unbound/util/
H A Dlocks.c86 if((err=pthread_sigmask(SIG_UNBLOCK, &sigset, NULL)))
90 if((err=thr_sigsetmask(SIG_UNBLOCK, &sigset, NULL)))
94 if(sigprocmask(SIG_UNBLOCK, &sigset, NULL))
/freebsd-10.1-release/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h80 PJDLOG_VERIFY(sigprocmask(SIG_UNBLOCK, &mask, NULL) == 0);
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.sig.c51 sigprocmask(SIG_UNBLOCK, &set, NULL);
H A Dtw.help.c146 (void)sigprocmask(SIG_UNBLOCK, &set, &oset);
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_sigmask.c82 case SIG_UNBLOCK:
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dsignal.c166 if (sigprocmask(SIG_UNBLOCK, &sset, &oset) < 0)
315 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
/freebsd-10.1-release/lib/libc/compat-43/
H A Dsigcompat.c152 return (_sigprocmask(SIG_UNBLOCK, &set, NULL));
177 if (_sigprocmask(SIG_UNBLOCK, &set, &pset) == -1)
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Dhost-darwin.c79 sigprocmask (SIG_UNBLOCK, &sigset, NULL);
/freebsd-10.1-release/contrib/xz/src/xz/
H A Dsignals.c135 mythread_sigmask(SIG_UNBLOCK, &hooked_signals, NULL);
/freebsd-10.1-release/contrib/ntp/libntp/
H A Diosignal.c404 if (sigprocmask(SIG_UNBLOCK, &unset, NULL))
433 if (sigprocmask(SIG_UNBLOCK, &unset, NULL))
443 if (sigprocmask(SIG_UNBLOCK, NULL, &old))
/freebsd-10.1-release/contrib/apr/threadproc/unix/
H A Dsignals.c473 if ((rv = sigprocmask(SIG_UNBLOCK, &sig_mask, NULL)) != 0) {
477 if ((rv = pthread_sigmask(SIG_UNBLOCK, &sig_mask, NULL)) != 0) {
/freebsd-10.1-release/sbin/adjkerntz/
H A Dadjkerntz.c201 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL);
253 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL);
/freebsd-10.1-release/usr.bin/mail/
H A Dcollect.c102 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
488 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
662 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
/freebsd-10.1-release/contrib/nvi/common/
H A Dgs.h212 (void)sigprocmask(SIG_UNBLOCK, &__sigblockset, NULL);
/freebsd-10.1-release/crypto/openssh/
H A Dsandbox-seccomp-filter.c184 if (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1)
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_exit.c218 __sys_sigprocmask(SIG_UNBLOCK, mask, NULL);
H A Dthr_sig.c411 __sys_sigprocmask(SIG_UNBLOCK, &act.sa_mask, NULL);
581 if (how != SIG_UNBLOCK) {
630 __sys_sigprocmask(SIG_UNBLOCK, &newset, NULL);
/freebsd-10.1-release/sys/i386/ibcs2/
H A Dibcs2_signal.c312 return (kern_sigprocmask(td, SIG_UNBLOCK, &mask, NULL,
358 how = SIG_UNBLOCK;

Completed in 251 milliseconds

123