Searched refs:fNoClose (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dprocess.h345 * @param fNoClose Pass false to redirect standard file streams to the null device.
350 RTR3DECL(int) RTProcDaemonizeUsingFork(bool fNoChDir, bool fNoClose, const char *pszPidfile);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDaemonize.cpp68 * @param fNoClose Pass false to redirect standard file streams to /dev/null.
79 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn) argument
181 if (!fNoClose)
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp709 RTR3DECL(int) RTProcDaemonizeUsingFork(bool fNoChDir, bool fNoClose, const char *pszPidfile) argument
775 if (!fNoClose)
/vbox/include/VBox/
H A DVBoxGuestLib.h434 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn);

Completed in 36 milliseconds