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

/system/extras/tests/schedtest/
H A Dschedtest.c28 struct timeval tv2; local
35 gettimeofday(&tv2, NULL);
37 long usec = (tv2.tv_sec - tv1.tv_sec) * 1000000 + tv2.tv_usec - tv1.tv_usec;
/system/extras/tests/framebuffer/
H A Dfb_test.c47 struct timespec tv, tv2; variable in typeref:struct:

Completed in 149 milliseconds