Searched defs:sigpause (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/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/Libc-1044.1.2/compat-43/
H A Dsigcompat.c140 sigpause(int sig) function
162 sigpause(int mask) function
/macosx-10.10/emacs-93/emacs/src/
H A Dsyssignal.h61 #undef sigpause macro
62 #define sigpause(MASK) sigsuspend (&(MASK)) macro
/macosx-10.10/emacs-93/emacs/src/s/
H A Ddgux.h242 #undef sigpause macro

Completed in 122 milliseconds