HomeSort by: relevance | last modified time | path
    Searched defs:SA_RESTART (Results 1 - 8 of 8) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
posix_signals.h 45 SA_RESTART,
  /src/external/gpl2/diffutils/dist/lib/
cmpbuf.c 30 #ifndef SA_RESTART
32 # define SA_RESTART SA_INTERRUPT
34 # define SA_RESTART 0
110 older hosts without SA_RESTART. It also accommodates
114 if (! SA_RESTART && errno == EINTR)
  /src/external/mit/libuv/dist/src/unix/
signal.c 31 #ifndef SA_RESTART
32 # define SA_RESTART 0
233 sa.sa_flags = SA_RESTART;
  /src/external/gpl2/diffutils/dist/src/
system.h 290 #ifndef SA_RESTART
292 # define SA_RESTART SA_INTERRUPT
294 # define SA_RESTART 0
  /src/external/gpl2/gmake/dist/
make.h 128 # define SA_RESTART 0
594 /* Some systems (like Solaris, PTX, etc.) do not support the SA_RESTART flag
599 a system where SA_RESTART works, or you need to avoid -j. */
  /src/external/gpl3/gdb/dist/readline/readline/
signals.c 65 #ifndef SA_RESTART
66 # define SA_RESTART 0
357 act.sa_flags = (sig == SIGWINCH) ? SA_RESTART : 0;
466 #if defined (HAVE_POSIX_SIGNALS) && defined (SA_RESTART)
468 handler with SA_RESTART, SIGALRM will cause reads to be restarted
471 if (oh != (SigHandler *)SIG_DFL && (old_alrm.sa_flags & SA_RESTART))
  /src/external/gpl3/gdb.old/dist/readline/readline/
signals.c 65 #ifndef SA_RESTART
66 # define SA_RESTART 0
357 act.sa_flags = (sig == SIGWINCH) ? SA_RESTART : 0;
466 #if defined (HAVE_POSIX_SIGNALS) && defined (SA_RESTART)
468 handler with SA_RESTART, SIGALRM will cause reads to be restarted
471 if (oh != (SigHandler *)SIG_DFL && (old_alrm.sa_flags & SA_RESTART))
  /src/sys/sys/
signal.h 221 #define SA_RESTART 0x0002 /* restart system call on signal return */

Completed in 20 milliseconds