HomeSort by: relevance | last modified time | path
    Searched refs:SIG_UNBLOCK (Results 1 - 25 of 137) sorted by relevancy

1 2 3 4 5 6

  /src/games/sail/
machdep.h 49 sigprocmask(SIG_UNBLOCK, &set, (sigset_t *)0); \
  /src/lib/libc/gen/
sigrelse.c 50 return (sigprocmask(SIG_UNBLOCK, &set, NULL));
sigset.c 85 if (sigprocmask(SIG_UNBLOCK, &set, &oset) != 0)
  /src/external/ibm-public/postfix/dist/src/util/
posix_signals.h 25 SIG_UNBLOCK,
killme_after.c 70 sigprocmask(SIG_UNBLOCK, &sig_action.sa_mask, (sigset_t *) 0);
posix_signals.c 68 else if (how == SIG_UNBLOCK) {
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
sigprocmask.h 66 # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */
fatal-signal.c 269 sigprocmask (SIG_UNBLOCK, &fatal_signal_set, NULL);
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
rtsigprocmask1.c 43 = pthread_sigmask (SIG_BLOCK + SIG_UNBLOCK + SIG_SETMASK, NULL, &sigs);
thread5.c 64 if (pthread_sigmask (SIG_UNBLOCK, NULL, &sigs) != 0
66 || pthread_sigmask (SIG_UNBLOCK, &sigs, NULL) != 0)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
rtsigprocmask1.c 43 = pthread_sigmask (SIG_BLOCK + SIG_UNBLOCK + SIG_SETMASK, NULL, &sigs);
thread5.c 64 if (pthread_sigmask (SIG_UNBLOCK, NULL, &sigs) != 0
66 || pthread_sigmask (SIG_UNBLOCK, &sigs, NULL) != 0)
  /src/external/gpl2/texinfo/dist/info/
signals.h 44 # define SIG_UNBLOCK 1
90 sigprocmask (SIG_UNBLOCK, &nvar, &ovar); \
signals.c 43 case SIG_UNBLOCK:
292 sigprocmask (SIG_UNBLOCK, &nvar, &ovar);
  /src/external/bsd/unbound/dist/util/
locks.c 86 if((err=pthread_sigmask(SIG_UNBLOCK, &sigset, NULL)))
90 if((err=thr_sigsetmask(SIG_UNBLOCK, &sigset, NULL)))
94 if(sigprocmask(SIG_UNBLOCK, &sigset, NULL))
  /src/lib/libutil/
raise_default_signal.c 95 (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1))
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 55 sigprocmask (SIG_UNBLOCK, &set, &old_state);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_ignore_signal.h 87 sigprocmask (SIG_UNBLOCK, &set, nullptr);
  /src/external/gpl3/gdb/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 55 sigprocmask (SIG_UNBLOCK, &set, &old_state);
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_ignore_signal.h 87 sigprocmask (SIG_UNBLOCK, &set, nullptr);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
host-darwin.cc 78 sigprocmask (SIG_UNBLOCK, &sigset, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
host-darwin.cc 78 sigprocmask (SIG_UNBLOCK, &sigset, NULL);
  /src/usr.bin/mail/
sig.c 209 (void)sigprocmask(SIG_UNBLOCK, &nset, &oset);
390 (void)sigprocmask(SIG_UNBLOCK, &nset, oset);
392 (void)sigprocmask(SIG_UNBLOCK, NULL, oset);
  /src/external/bsd/ntp/dist/libntp/
iosignal.c 406 if (sigprocmask(SIG_UNBLOCK, &unset, NULL))
435 if (sigprocmask(SIG_UNBLOCK, &unset, NULL))
445 if (sigprocmask(SIG_UNBLOCK, NULL, &old))
  /src/tests/lib/libc/setjmp/
t_threadjmp.c 146 REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1);

Completed in 65 milliseconds

1 2 3 4 5 6