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