| /src/external/bsd/openldap/dist/include/ac/ |
| signal.h | 1 /* $NetBSD: signal.h,v 1.4 2025/09/05 21:16:20 christos Exp $ */ 3 /* Generic signal.h */ 22 #include <signal.h> 24 #undef SIGNAL 27 #define SIGNAL lutil_sigaction 32 #define SIGNAL sigset 35 #define SIGNAL signal 36 #define SIGNAL_REINSTALL signal
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| util.h | 129 #define SIGNAL(cvp) do { \ 132 ISC_MSG_SIGNAL, "SIGNAL"), \
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| util.h | 175 #define SIGNAL(cvp) \ 177 ISC_UTIL_TRACE(fprintf(stderr, "SIGNAL %p %s %d\n", (cvp), \
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| util.h | 163 #define SIGNAL(cvp) \ 165 ISC_UTIL_TRACE(fprintf(stderr, "SIGNAL %p %s %d\n", (cvp), \
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| async.h | 375 #define SIGNAL(advcond) do{ \ 377 DEBUG_PRINTF ("%s%-75s %20s():%-5d %18p\n", aio_prefix, DEBUG_ORANGE "SIGNAL: " DEBUG_NORM \ 379 T_ERROR (__gthread_cond_broadcast, &(advcond)->signal); \ 392 int err_ret = __gthread_cond_wait(&(advcond)->signal, mutex); \ 415 #define SIGNAL(advcond) do{} while(0) 484 __gthread_cond_t signal; member in struct:adv_cond
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| async.h | 234 #define SIGNAL(advcond) do{ \ 236 DEBUG_PRINTF ("%s%-75s %20s():%-5d %18p\n", aio_prefix, DEBUG_ORANGE "SIGNAL: " DEBUG_NORM \ 238 T_ERROR (__gthread_cond_broadcast, &(advcond)->signal); \ 251 int err_ret = __gthread_cond_wait(&(advcond)->signal, mutex); \ 274 #define SIGNAL(advcond) do{} while(0) 333 __gthread_cond_t signal; member in struct:adv_cond
|
| /src/external/lgpl3/gmp/dist/demos/ |
| pexpr.c | 49 #include <signal.h> 191 #define SIGNAL(sig) sigaction (sig, &act, NULL) 194 #define SIGNAL(sig) signal (sig, cleanup_and_exit) 198 /* Set up a stack for signal handling. A typical cause of error is stack 199 overflow, and in such situation a signal can not be delivered on the 251 SIGNAL (SIGXCPU); 255 SIGNAL (SIGILL); 256 SIGNAL (SIGSEGV); 258 SIGNAL (SIGBUS) [all...] |
| /src/external/bsd/ppp/dist/pppd/ |
| main.c | 79 #include <signal.h> 648 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */ 689 /* alert via signal pipe */ 691 /* flush signal pipe */ 709 info("Terminating on signal %d", got_sigterm); 727 * setup_signals - initialize signal handling. 734 /* create pipe to wake up event handler from signal handler */ 736 fatal("Couldn't create signal pipe: %m"); 743 * Compute mask of all interesting signals and install signal handlers 744 * for each. Only one signal handler may be active at a time. Therefore [all...] |