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

/system/extras/tests/timetest/
H A Dtimetest.c60 long long tnow, tlast; local
98 tnow = nanotime();
99 if(tnow < tlast) {
102 tlast, tnow);
105 fprintf(stderr,"%lld ROLLBACK\n", tnow);
107 fprintf(stderr,"%lld\n", tnow);
109 tlast = tnow;

Completed in 133 milliseconds