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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dbsdi.c52 act.sa_flags = SA_RESTART;
H A Dfreebsd.c52 act.sa_flags = SA_RESTART;
H A Dnetbsd.c54 act.sa_flags = SA_RESTART;
H A Dopenbsd.c54 act.sa_flags = SA_RESTART;
H A Dirix.c904 sigact.sa_flags = SA_RESTART;
932 sigact.sa_flags = SA_RESTART;
1477 sigact.sa_flags = SA_RESTART;
1522 sigact.sa_flags = SA_RESTART;
H A Dpthreads_user.c156 sigact.sa_flags = SA_RESTART;
H A Duxproces.c56 * HP-UX 9 doesn't have the SA_RESTART flag.
58 #ifndef SA_RESTART
59 #define SA_RESTART 0 macro
923 act.sa_flags = SA_NOCLDSTOP | SA_RESTART;
H A Dunix.c2101 * SA_RESTART flag.
2158 vtact.sa_flags = SA_RESTART;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h90 ** SA_RESTART to 0.
92 #define SA_RESTART 0 macro
H A D_nto.h219 #define SA_RESTART 0 macro
H A D_qnx.h213 #define SA_RESTART 0 macro
H A D_nextstep.h262 #define SA_RESTART 0 macro
H A D_openvms.h69 #define SA_RESTART 0 macro
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dhijack.c600 sa.sa_flags = SA_RESTART | SA_NOCLDWAIT;
609 sa.sa_flags = SA_RESTART | SA_RESETHAND;
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp196 SigAct.sa_flags = SA_RESTART;
201 SigAct.sa_flags &= ~SA_RESTART;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dmain.cpp340 sa.sa_flags = SA_RESTART | SA_SIGINFO;
/vbox/src/VBox/Runtime/r3/
H A Dinit.cpp502 saNew.sa_flags = SA_NOCLDSTOP | SA_RESTART;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c1131 sigact_usr2.sa_flags = SA_RESTART;
1148 sigact_null.sa_flags = SA_RESTART;
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp2293 sigAct.sa_flags = SA_RESTART | SA_SIGINFO | SA_NODEFER;
2303 sigAct.sa_flags = SA_RESTART | SA_SIGINFO;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp1005 sa.sa_flags = SA_RESTART | SA_SIGINFO;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2193 sa.sa_flags = SA_RESTART | SA_SIGINFO;

Completed in 145 milliseconds