Searched refs:tp2 (Results 1 – 1 of 1) sorted by relevance
67 struct timespec tp1, tp2; in call_test() local94 if ( clock_gettime(CLOCK_REALTIME, &tp2) ) in call_test()98 nsec = tp2.tv_sec * 1000000000 + tp2.tv_nsec - in call_test()
Completed in 4 milliseconds