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

/external/deqp/framework/delibs/deutil/
H A DdeTimer.c316 deInt64 lastCallback = (deInt64)deGetMicroseconds(); local
335 sleepTime = thread->interval - (int)(((deInt64)deGetMicroseconds()-lastCallback)/1000);
339 lastCallback = (deInt64)deGetMicroseconds();

Completed in 54 milliseconds