Searched refs:tv2 (Results 1 – 2 of 2) sorted by relevance
28 struct timeval tv2; in main() local35 gettimeofday(&tv2, NULL); in main()37 long usec = (tv2.tv_sec - tv1.tv_sec) * 1000000 + tv2.tv_usec - tv1.tv_usec; in main()
47 struct timespec tv, tv2; variable