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

/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver_module.cpp237 unsigned timeLeft = VBoxSVC_Timeout; local
262 if (timeLeft <= VBoxSVC_WaitSlice)
264 timeLeft = 0;
267 timeLeft -= VBoxSVC_WaitSlice;
271 if (!timeLeft)
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp831 int64_t timeLeft = aTimeout;
834 while (!mCompleted && (fForever || timeLeft > 0))
839 fForever ? RT_INDEFINITE_WAIT : (RTMSINTERVAL)timeLeft);
853 timeLeft -= now - lastTime;
892 int64_t timeLeft = aTimeout;
896 && (fForever || timeLeft > 0))
901 fForever ? RT_INDEFINITE_WAIT : (unsigned) timeLeft);
915 timeLeft -= now - lastTime;

Completed in 67 milliseconds