Home
last modified time | relevance | path

Searched refs:SA_RESTART (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dconfigure.in284 AC_CACHE_CHECK(for SA_RESTART, make_cv_sa_restart, [
286 [[return SA_RESTART;]])],
292 [Define if <signal.h> defines the SA_RESTART constant.])
Dmake.h128 # define SA_RESTART 0 macro
Dconfig.h.in172 /* Define if <signal.h> defines the SA_RESTART constant. */
Dconfig.h.W32174 /* Define if <signal.h> defines the SA_RESTART constant. */
DChangeLog1457 * configure.in [OS/2]: Force SA_RESTART for OS/2.
1729 implement POSIX-compliant SA_RESTART functionality; important
1731 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.
Djob.c936 sa.sa_flags = set_handler ? 0 : SA_RESTART; in set_child_handler_action_flags()
Dmain.c525 act.sa_flags = SA_RESTART; in bsd_signal()
Dconfigure9048 return SA_RESTART;
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc393 signal_action.sa_flags = SA_RESTART | SA_SIGINFO; in SetSigprofActionAndTimer()
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0961 …:291: -1- AH_OUTPUT([HAVE_SA_RESTART], [/* Define if <signal.h> defines the SA_RESTART constant. */
Doutput.09036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SA_RESTART" >&5
9037 $as_echo_n "checking for SA_RESTART... " >&6; }
9048 return SA_RESTART;