Searched refs:SA_RESTART (Results 1 – 11 of 11) sorted by relevance
284 AC_CACHE_CHECK(for SA_RESTART, make_cv_sa_restart, [286 [[return SA_RESTART;]])],292 [Define if <signal.h> defines the SA_RESTART constant.])
128 # define SA_RESTART 0 macro
172 /* Define if <signal.h> defines the SA_RESTART constant. */
174 /* Define if <signal.h> defines the SA_RESTART constant. */
1457 * configure.in [OS/2]: Force SA_RESTART for OS/2.1729 implement POSIX-compliant SA_RESTART functionality; important1731 even if SA_RESTART has been set on the signal handler. So,1945 SA_RESTART, it does not work properly.2482 * main.c (main): Use SA_RESTART instead of the old,2493 (SA_RESTART): New macro.
936 sa.sa_flags = set_handler ? 0 : SA_RESTART; in set_child_handler_action_flags()
525 act.sa_flags = SA_RESTART; in bsd_signal()
9048 return SA_RESTART;
393 signal_action.sa_flags = SA_RESTART | SA_SIGINFO; in SetSigprofActionAndTimer()
961 …:291: -1- AH_OUTPUT([HAVE_SA_RESTART], [/* Define if <signal.h> defines the SA_RESTART constant. */
9036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SA_RESTART" >&59037 $as_echo_n "checking for SA_RESTART... " >&6; }9048 return SA_RESTART;