Searched defs:fForever (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp830 bool fForever = aTimeout < 0; local
834 while (!mCompleted && (fForever || timeLeft > 0))
839 fForever ? RT_INDEFINITE_WAIT : (RTMSINTERVAL)timeLeft);
850 if (!fForever)
891 bool fForever = aTimeout < 0; local
896 && (fForever || timeLeft > 0))
901 fForever ? RT_INDEFINITE_WAIT : (unsigned) timeLeft);
912 if (!fForever)

Completed in 66 milliseconds