Lines Matching defs:signal
2 /* A GNU-like <signal.h>.
28 <signal.h> -> <ucontext.h> -> <signal.h>.
32 <csignal> -> </usr/include/signal.h> -> <sys/ucontext.h> -> <signal.h>.
36 # include_next <signal.h>
46 Also, mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.
47 On Solaris 10, <signal.h> includes <sys/types.h>, which eventually includes
52 #include_next <signal.h>
60 pthread_sigmask in <pthread.h>, not in <signal.h>.
405 /* Define sighandler_t, the type of signal handlers. A GNU extension. */
431 /* Maximum signal number + 1. */
497 /* Maximum signal number + 1. */
510 /* Test whether a given signal is contained in a signal set. */
523 /* Initialize a signal set to the empty set. */
535 /* Add a signal to a signal set. */
548 /* Remove a signal from a signal set. */
561 /* Fill a signal set with all possible signals. */
583 In this implementation, you are not allowed to change a signal handler
584 while the signal is blocked. */
596 /* Install the handler FUNC for signal SIG, and return the previous
610 # define signal rpl_signal
612 _GL_FUNCDECL_RPL (signal, _gl_function_taking_int_returning_void_t,
614 _GL_CXXALIAS_RPL (signal, _gl_function_taking_int_returning_void_t,
617 _GL_CXXALIAS_SYS (signal, _gl_function_taking_int_returning_void_t,
620 _GL_CXXALIASWARN (signal);
623 /* Raise signal SIGPIPE. */