Searched refs:sigpause (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dsignal.h130 int sigpause(int) __DARWIN_ALIAS_C(sigpause); variable
133 int sigpause(int) LIBC_ALIAS_C(sigpause); variable
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dsigaction.c84 return sigpause(*mask);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsigact.c97 return sigpause(*mask);
/macosx-10.10.1/Libc-1044.1.2/compat-43/
H A Dsigcompat.c140 sigpause(int sig) function
162 sigpause(int mask) function
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyssignal.h61 #undef sigpause macro
62 #define sigpause(MASK) sigsuspend (&(MASK)) macro
H A Dsysdep.c540 sigpause (SIGEMPTYMASK);
565 sigpause (SIGCHLD);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsig.h86 # define sigsuspend(set) sigpause (*(set))
H A Dconfigure23200 sigsetmask(mask); sigblock(mask); sigpause(mask);
23249 sighold(SIGINT); sigpause(SIGINT);
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Ddgux.h240 /* but undefine the sigmask and sigpause macros since they will get
243 #undef sigpause
242 #undef sigpause macro
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h156 int sigpause(int);
/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-sunos4.h156 int sigpause(int);
/macosx-10.10.1/tcpdump-61/tcpdump/lbl/
H A Dos-sunos4.h156 int sigpause(int);
/macosx-10.10.1/ntp-92/libntp/
H A Diosignal.c550 if (sigpause(omask) && (errno != EINTR))
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsignals.c379 ret = sigpause(set);
382 ret = sigpause(sig);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c1799 sigpause(omask);

Completed in 201 milliseconds