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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsTimerImpl.cpp149 mDelay(0),
307 *aDelay = mDelay;
355 PRUint32 b = PR_MillisecondsToInterval(mDelay); // expected delay in intervals
361 PR_LOG(gTimerLog, PR_LOG_DEBUG, ("[this=%p] expected delay time %4dms\n", this, mDelay));
373 // Precise repeating timers advance mTimeout by mDelay without fail before
375 timeout -= PR_MillisecondsToInterval(mDelay);
377 gThread->UpdateFilter(mDelay, timeout, now);
407 SetDelayInternal(mDelay); // force mTimeout to be recomputed.
491 SetDelayInternal(mDelay);
518 mDelay
[all...]
H A DnsTimerImpl.h154 PRUint32 mDelay; member in class:nsTimerImpl

Completed in 213 milliseconds