Searched refs:fRespawn (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Additions/x11/VBoxClient/ |
H A D | main.cpp | 273 bool fDaemonise = true, fRespawn = true; local 310 fRespawn = false; 374 rc = VbglR3Daemonize(false /* fNoChDir */, false /* fNoClose */, fRespawn, &cRespawn);
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR3LibDaemonize.cpp | 69 * @param fRespawn Restart the daemonised process after five seconds if it 75 * @todo Implement fRespawn on OS/2. 79 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn) argument 86 AssertRelease(!fRespawn); 222 if (fRespawn)
|
/vbox/include/VBox/ |
H A D | VBoxGuestLib.h | 434 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn);
|
Completed in 78 milliseconds