Searched refs:fNoClose (Results 1 - 4 of 4) sorted by relevance
/vbox/include/iprt/ |
H A D | process.h | 345 * @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 D | VBoxGuestR3LibDaemonize.cpp | 68 * @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 D | process-creation-posix.cpp | 709 RTR3DECL(int) RTProcDaemonizeUsingFork(bool fNoChDir, bool fNoClose, const char *pszPidfile) argument 775 if (!fNoClose)
|
/vbox/include/VBox/ |
H A D | VBoxGuestLib.h | 434 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn);
|
Completed in 36 milliseconds