Searched defs:SA_RESTART (Results 1 - 6 of 6) sorted by relevance

/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_nextstep.h262 #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_openvms.h69 #define SA_RESTART 0 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
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;

Completed in 46 milliseconds