Searched refs:SA_RESTART (Results 51 - 75 of 90) sorted by relevance

1234

/external/curl/lib/
H A Dhostip.c636 #ifdef SA_RESTART
637 /* HPUX doesn't have SA_RESTART but defaults to that behaviour! */
638 sigact.sa_flags &= ~SA_RESTART;
/external/minijail/linux-x86/
H A Dlibconstants.gen.c1025 #ifdef SA_RESTART
1026 { "SA_RESTART", (unsigned long) SA_RESTART },
1027 #endif // SA_RESTART
/external/syslinux/gpxe/src/util/
H A Dhijack.c600 sa.sa_flags = SA_RESTART | SA_NOCLDWAIT;
609 sa.sa_flags = SA_RESTART | SA_RESETHAND;
/external/fio/engines/
H A Dsolarisaio.c181 act.sa_flags = SA_RESTART;
/external/fio/os/
H A Dos-windows.h56 #define SA_RESTART 0 macro
/external/ltp/testcases/misc/crash/
H A Dcrash01.c412 act.sa_flags = SA_NOMASK | SA_RESTART;
H A Dcrash02.c361 act.sa_flags = SA_NOMASK | SA_RESTART;
/external/python/cpython2/Lib/plat-irix6/
H A DWAIT.py185 SA_RESTART = 0x00000004 variable
H A DFILE.py185 SA_RESTART = 0x00000004 variable
/external/rmi4utils/rmihidtool/
H A Dmain.cpp233 sig_cleanup_action.sa_flags = SA_RESTART;
/external/selinux/libselinux/utils/
H A Davcstat.c141 sa.sa_flags = SA_RESTART;
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp526 sa.sa_flags = SA_SIGINFO | SA_RESTART;
537 sa.sa_flags = SA_RESTART;
/external/ipsec-tools/src/racoon/
H A Dsession.c571 sa.sa_flags = SA_RESTART;
/external/libevent/
H A Dsignal.c253 sa.sa_flags |= SA_RESTART;
/external/fio/
H A Dbackend.c107 act.sa_flags = SA_RESTART;
112 act.sa_flags = SA_RESTART;
119 act.sa_flags = SA_RESTART;
125 act.sa_flags = SA_RESTART;
131 act.sa_flags = SA_RESTART;
H A Dclient.c585 act.sa_flags = SA_RESTART;
590 act.sa_flags = SA_RESTART;
597 act.sa_flags = SA_RESTART;
603 act.sa_flags = SA_RESTART;
/external/bison/darwin-lib/
H A Dsignal.h725 # define SA_RESTART 4 macro
/external/bison/linux-lib/
H A Dsignal.h725 # define SA_RESTART 4 macro
/external/libdaemon/libdaemon/
H A Ddfork.c145 sa_new.sa_flags = SA_RESTART;
/external/libmicrohttpd/src/examples/
H A Ddemo.c825 sig.sa_flags = SA_RESTART;
H A Ddemo_https.c826 sig.sa_flags = SA_RESTART;
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dptrace_syscall.c304 setsigign(SIGUSR1, SA_RESTART);
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc202 sa.sa_flags = SA_RESTART;
/external/v8/src/libsampler/
H A Dsampler.cc374 sa.sa_flags = SA_RESTART | SA_SIGINFO;
/external/e2fsprogs/e2fsck/
H A Dunix.c1058 #ifdef SA_RESTART
1059 sa.sa_flags = SA_RESTART;

Completed in 634 milliseconds

1234