Searched refs:pthread_sigmask (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/symbian/
H A Dmissing-pips.c12 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
22 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) function
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dsignal.h102 int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); variable
105 int pthread_sigmask(int, const sigset_t *, sigset_t *) LIBC_ALIAS(pthread_sigmask); variable
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dabort.c90 (void)pthread_sigmask(SIG_SETMASK, &act.sa_mask, NULL);
127 (void)pthread_sigmask(SIG_SETMASK, &act.sa_mask, NULL);
/macosx-10.10.1/ntp-92/libntp/
H A Diosignal.c368 if ((errno = pthread_sigmask(SIG_BLOCK, &set, NULL)))
369 msyslog(LOG_ERR, "block_io_and_alarm: pthread_sigmask() failed: %m");
396 if ((errno = pthread_sigmask(SIG_BLOCK, &set, NULL)))
397 msyslog(LOG_ERR, "block_sigio: pthread_sigmask() failed: %m");
420 if ((errno = pthread_sigmask(SIG_UNBLOCK, &unset, NULL)))
421 msyslog(LOG_ERR, "unblock_io_and_alarm: pthread_sigmask() failed: %m");
449 if ((errno = pthread_sigmask(SIG_UNBLOCK, &unset, NULL)))
450 msyslog(LOG_ERR, "unblock_sigio: pthread_sigmask() failed: %m");
459 if ((errno = pthread_sigmask(SIG_UNBLOCK, NULL, &old)))
460 msyslog(LOG_ERR, "wait_for_signal: pthread_sigmask() faile
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_data.c320 * NB: sigprocmask(2) is global but pthread_sigmask(3p)
326 if ((pthread_sigmask))
327 return pthread_sigmask(how, newmask, oldmask);
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dsignals.c408 * See the Solaris man page for pthread_sigmask() for
424 if ((rv = pthread_sigmask(SIG_SETMASK, &sig_mask, NULL)) != 0) {
450 if ((rv = pthread_sigmask(SIG_BLOCK, &sig_mask, NULL)) != 0) {
477 if ((rv = pthread_sigmask(SIG_UNBLOCK, &sig_mask, NULL)) != 0) {
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dapp.c139 * BSDI 3.1 seg faults in pthread_sigmask() if we don't do this.
164 * pthread_sigmask().
208 * threads have been created, then the pthread_sigmask() call below
222 presult = pthread_sigmask(SIG_BLOCK, &sset, NULL);
226 "isc_app_start() pthread_sigmask: %s",
661 RUNTIME_CHECK(pthread_sigmask(SIG_UNBLOCK, &sset, NULL) == 0);
682 RUNTIME_CHECK(pthread_sigmask(SIG_BLOCK, &sset, NULL) == 0);
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h119 #define _pthread_sigmask pthread_sigmask
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyssignal.h223 pthread_sigmask (SIG_BLOCK, &new_mask, 0); \
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dapp.c238 * BSDI 3.1 seg faults in pthread_sigmask() if we don't do this.
291 * pthread_sigmask().
335 * threads have been created, then the pthread_sigmask() call below
349 presult = pthread_sigmask(SIG_BLOCK, &sset, NULL);
353 "isc_app_start() pthread_sigmask: %s",
849 RUNTIME_CHECK(pthread_sigmask(SIG_UNBLOCK, &sset, NULL) == 0);
870 RUNTIME_CHECK(pthread_sigmask(SIG_BLOCK, &sset, NULL) == 0);
/macosx-10.10.1/libpthread-105.1.4/pthread/
H A Dpthread.h512 int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); variable
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread_cancelable.c177 pthread_sigmask(int how, const sigset_t * set, sigset_t * oset) function
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_proc.c445 (void) pthread_sigmask(SIG_SETMASK, &nset, &oset);
447 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL);
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctfmerge.c730 pthread_sigmask(SIG_BLOCK, &sets, NULL);
740 pthread_sigmask(SIG_UNBLOCK, &sets, NULL);
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_util.c210 pthread_sigmask(SIG_BLOCK, &sigterm, &oset);
287 pthread_sigmask(SIG_SETMASK, &oset, NULL);
/macosx-10.10.1/ruby-106/ruby/
H A Dsignal.c575 pthread_sigmask(SIG_SETMASK, &mask, NULL);
585 pthread_sigmask(SIG_SETMASK, &mask, NULL);
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DMachineStackMarker.cpp121 pthread_sigmask(SIG_UNBLOCK, &mask, 0);
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcd.c1103 if (pthread_sigmask(SIG_SETMASK, &set, NULL) != 0)
1105 printf("(rpcd) pthread_sigmask(): %s\n", strerror(errno));
/macosx-10.10.1/NFS-82/nfsd/
H A Dmain.c819 pthread_sigmask(SIG_BLOCK, &sigset, NULL);
/macosx-10.10.1/NFS-82/rpc.rquotad/
H A Drquotad.c411 pthread_sigmask(SIG_BLOCK, &sigset, NULL);
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_main.c284 pthread_sigmask(SIG_BLOCK, &waitset, NULL);
/macosx-10.10.1/gssd-64/
H A Dgssd.c669 pthread_sigmask(SIG_BLOCK, waitset, NULL);
1685 pthread_sigmask(SIG_UNBLOCK, quitset, NULL);
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c646 pthread_sigmask(SIG_UNBLOCK, &sig_mask, NULL);
/macosx-10.10.1/apache-793/httpd/server/mpm/event/
H A Devent.c1110 pthread_sigmask(SIG_UNBLOCK, &sig_mask, NULL);
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dqueue.c4159 return pthread_sigmask(how, set, oset);

Completed in 386 milliseconds

12