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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.cpp245 PRIntervalTime waitFor; local
249 waitFor = PR_MillisecondsToInterval(100);
251 waitFor = PR_INTERVAL_NO_TIMEOUT;
308 waitFor = timeout - now;
313 if (waitFor == PR_INTERVAL_NO_TIMEOUT)
318 ("waiting for %u\n", PR_IntervalToMilliseconds(waitFor)));
324 PR_WaitCondVar(mCondVar, waitFor);
/vbox/src/VBox/Main/src-client/
H A DGuestProcessImpl.cpp1823 HRESULT GuestProcess::waitFor(ULONG aWaitFor, function in class:GuestProcess
H A DGuestSessionImpl.cpp3504 HRESULT GuestSession::waitFor(ULONG aWaitFor, ULONG aTimeoutMS, GuestSessionWaitResult_T *aReason) function in class:GuestSession

Completed in 53 milliseconds