Searched refs:uProcsMaxKept (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h181 uint32_t uProcsMaxKept; member in struct:VBOXSERVICECTRLSESSION
H A DVBoxServiceControlSession.cpp1742 if (pSession->uProcsMaxKept) /* If we allow unlimited processes (=0), take a shortcut. */
1750 pSession->uProcsMaxKept, uProcsRunning);
1752 int32_t iProcsLeft = (pSession->uProcsMaxKept - uProcsRunning - 1);
1756 pSession->uProcsMaxKept);

Completed in 65 milliseconds