Searched refs:SA_RESTART (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dirix5-2.h9 #undef SA_RESTART macro
H A Dirix6-0.h48 #undef SA_RESTART macro
H A Dirix6-5.h52 #undef SA_RESTART macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsignal.c67 #ifdef SA_RESTART
68 saNew.sa_flags |= SA_RESTART;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dsignal.c31 #ifdef SA_RESTART
32 action.sa_flags |= SA_RESTART;
/macosx-10.10.1/ntp-92/libntp/
H A Dsyssignal.c35 #ifdef SA_RESTART
36 vec.sa_flags = SA_RESTART;
44 #ifdef SA_RESTART
47 if (sig == SIGPOLL) vec.sa_flags = SA_RESTART;
50 if (sig == SIGIO) vec.sa_flags = SA_RESTART;
61 #ifdef SA_RESTART
62 && ovec.sa_flags != SA_RESTART
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dsiginterrupt.c57 sa.sa_flags &= ~SA_RESTART;
60 sa.sa_flags |= SA_RESTART;
H A Dsignal.c60 sa.sa_flags |= SA_RESTART;
/macosx-10.10.1/Libc-1044.1.2/emulated/
H A Dbsd_signal.c36 act.sa_flags = SA_RESTART;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dposix_signals.h43 SA_RESTART, enumerator in enum:__anon11675
H A Dposix_signals.c115 act->sa_flags & SA_RESTART ? SV_INTERRUPT : 0
H A Dwatchdog.c203 #ifdef SA_RESTART
204 sig_action.sa_flags = SA_RESTART;
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dcmpbuf.c28 #ifndef SA_RESTART
30 # define SA_RESTART SA_INTERRUPT macro
32 # define SA_RESTART 0 macro
108 older hosts without SA_RESTART. It also accommodates
112 if (! SA_RESTART && errno == EINTR)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dsignal.c97 #if defined(SA_INTERRUPT) || defined(SA_RESTART)
113 #if defined(SA_RESTART)
114 na.sa_flags = SA_RESTART;
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster_sig.c109 #ifndef SA_RESTART
250 #ifdef SA_RESTART
251 action.sa_flags |= SA_RESTART;
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixPort.h117 # ifndef SA_RESTART
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dlib_tstp.c106 * SA_RESTART flag that forces the right behavior. Thus, this code
111 * sigaction(2) without SA_RESTART) may have a problem. Possible
205 #ifdef SA_RESTART
206 act.sa_flags |= SA_RESTART;
207 #endif /* SA_RESTART */
294 #ifdef SA_RESTART
298 new_act.sa_flags |= SA_RESTART;
299 #endif /* SA_RESTART */
366 #ifdef SA_RESTART
367 new_sigaction.sa_flags |= SA_RESTART;
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dsignals.c76 #ifndef SA_RESTART
77 # define SA_RESTART 0 macro
255 act.sa_flags = (sig == SIGWINCH) ? SA_RESTART : 0;
340 #if defined (HAVE_POSIX_SIGNALS) && defined (SA_RESTART)
342 handler with SA_RESTART, SIGALRM will cause reads to be restarted
345 if (oh != (SigHandler *)SIG_DFL && (old_alrm.sa_flags & SA_RESTART))
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsystem.h288 #ifndef SA_RESTART
290 # define SA_RESTART SA_INTERRUPT macro
292 # define SA_RESTART 0 macro
/macosx-10.10.1/sudo-73/src/
H A Dmissing.h206 # define SA_RESTART SV_INTERRUPT /* opposite effect */ macro
233 # ifndef SA_RESTART
234 # define SA_RESTART 0 macro
/macosx-10.10.1/remote_cmds-47/rlogin.tproj/
H A Drlogin.c323 sa.sa_flags = SA_RESTART;
450 sa.sa_flags = SA_RESTART;
508 sa.sa_flags = SA_RESTART;
562 sa.sa_flags = SA_RESTART;
697 sa.sa_flags = SA_RESTART;
868 sa.sa_flags = SA_RESTART;
963 sa.sa_flags = SA_RESTART;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsig.c590 #if !defined (SA_RESTART)
591 # define SA_RESTART 0 macro
607 act.sa_flags |= SA_RESTART; /* XXX */
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsignal.h461 #define SA_RESTART 0x0002 /* restart system on signal return */ macro
479 #define SA_USERSPACE_MASK (SA_ONSTACK | SA_RESTART | SA_RESETHAND | SA_NOCLDSTOP | SA_NODEFER | SA_NOCLDWAIT | SA_SIGINFO)
541 #define SV_INTERRUPT SA_RESTART /* same bit, opposite sense */
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DMachineStackMarker.cpp92 #if defined(SA_RESTART)
110 #if USE(PTHREADS) && !OS(WINDOWS) && !OS(DARWIN) && defined(SA_RESTART)
111 // if we have SA_RESTART, enable SIGUSR2 debugging mechanism
115 action.sa_flags = SA_RESTART;
/macosx-10.10.1/sudo-73/src/auth/
H A Dbsdauth.c127 sa.sa_flags = SA_RESTART;

Completed in 317 milliseconds

123