Searched defs:timeLeft (Results 1 - 1 of 1) 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)

Completed in 61 milliseconds