Home
last modified time | relevance | path

Searched refs:SIG_UNBLOCK (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dsigact.h53 #undef SIG_UNBLOCK
54 #define SIG_UNBLOCK 01 macro
Dsigact.c81 else if (mode == SIG_UNBLOCK) in sigprocmask()
/freebsd-10-stable/contrib/ncurses/ncurses/
DSigAction.h65 #undef SIG_UNBLOCK
66 #define SIG_UNBLOCK 01 macro
/freebsd-10-stable/contrib/unbound/util/
Dlocks.c86 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()
/freebsd-10-stable/contrib/texinfo/info/
Dsignals.h42 # define SIG_UNBLOCK 1 macro
88 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); \
Dsignals.c41 case SIG_UNBLOCK: in sigprocmask()
290 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); in info_signal_proc()
/freebsd-10-stable/contrib/ntp/libntp/
Diosignal.c404 if (sigprocmask(SIG_UNBLOCK, &unset, NULL)) in unblock_io_and_alarm()
433 if (sigprocmask(SIG_UNBLOCK, &unset, NULL)) in unblock_sigio()
443 if (sigprocmask(SIG_UNBLOCK, NULL, &old)) in wait_for_signal()
/freebsd-10-stable/lib/libc/compat-43/
Dsigcompat.c152 return (__libc_sigprocmask(SIG_UNBLOCK, &set, NULL)); in sigrelse()
177 if (__libc_sigprocmask(SIG_UNBLOCK, &set, &pset) == -1) in sigset()
/freebsd-10-stable/contrib/sendmail/libsm/
Dsignal.c166 if (sigprocmask(SIG_UNBLOCK, &sset, &oset) < 0)
315 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
/freebsd-10-stable/sbin/adjkerntz/
Dadjkerntz.c201 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
253 (void) sigprocmask(SIG_UNBLOCK, &mask, NULL); in main()
/freebsd-10-stable/contrib/ncurses/ncurses/base/
Dsigaction.c63 else if (mode == SIG_UNBLOCK) in _nc_sigprocmask()
/freebsd-10-stable/tools/regression/sigqueue/sigqtest1/
Dsigqtest1.c48 sigprocmask(SIG_UNBLOCK, &set, NULL); in main()
/freebsd-10-stable/lib/libkse/thread/
Dthr_sigmask.c82 case SIG_UNBLOCK: in _pthread_sigmask()
/freebsd-10-stable/usr.bin/mail/
Dcollect.c102 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collect()
488 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collect()
662 (void)sigprocmask(SIG_UNBLOCK, &nset, NULL); in collstop()
/freebsd-10-stable/contrib/apr/threadproc/unix/
Dsignals.c473 if ((rv = sigprocmask(SIG_UNBLOCK, &sig_mask, NULL)) != 0) { in apr_signal_unblock()
477 if ((rv = pthread_sigmask(SIG_UNBLOCK, &sig_mask, NULL)) != 0) { in apr_signal_unblock()
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
Dsigtimedwait.h78 PJDLOG_VERIFY(sigprocmask(SIG_UNBLOCK, &mask, NULL) == 0); in sigtimedwait()
/freebsd-10-stable/contrib/tcsh/
Dtc.sig.c51 sigprocmask(SIG_UNBLOCK, &set, NULL); in sigset_interrupting()
Dtw.help.c146 (void)sigprocmask(SIG_UNBLOCK, &set, &oset); in do_help()
/freebsd-10-stable/contrib/gcc/config/rs6000/
Dhost-darwin.c79 sigprocmask (SIG_UNBLOCK, &sigset, NULL); in segv_handler()
/freebsd-10-stable/contrib/xz/src/xz/
Dsignals.c142 mythread_sigmask(SIG_UNBLOCK, &hooked_signals, NULL); in signals_unblock()
/freebsd-10-stable/sys/i386/ibcs2/
Dibcs2_signal.c312 return (kern_sigprocmask(td, SIG_UNBLOCK, &mask, NULL,
358 how = SIG_UNBLOCK;
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/setjmp/
Dt_setjmp.c136 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1); in h_check()
Dt_threadjmp.c146 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1); in h_check()
/freebsd-10-stable/lib/libthr/thread/
Dthr_sig.c439 __sys_sigprocmask(SIG_UNBLOCK, &act.sa_mask, NULL); in _thr_signal_init()
591 if (how != SIG_UNBLOCK) { in __thr_sigprocmask()
639 __sys_sigprocmask(SIG_UNBLOCK, &newset, NULL); in __thr_sigsuspend()
/freebsd-10-stable/contrib/nvi/common/
Dgs.h212 (void)sigprocmask(SIG_UNBLOCK, &__sigblockset, NULL);

123