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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlockfile.c187 * Time accountable to the test is duration - overhead - predicted
191 PRIntervalTime accountable, duration; local
197 accountable = duration - predicted;
198 accountable -= overhead;
199 elapsed = (PRFloat64)PR_IntervalToMicroseconds(accountable);
202 if ((PRInt32)accountable < 0) {
H A Dlock.c414 * Time accountable to the test is duration - overhead - predicted
418 PRIntervalTime accountable, duration; local
427 accountable = duration - predicted;
428 accountable -= overhead;
429 elapsed = (PRFloat64)PR_IntervalToMicroseconds(accountable);
432 if ((PRInt32)accountable < 0)

Completed in 262 milliseconds