Searched refs:tv (Results 1 – 1 of 1) sorted by relevance
94 print_timestamp (const char *what, struct timespec tv) in print_timestamp() argument99 if (gmtime_r (&tv.tv_sec, &tm) == NULL) in print_timestamp()101 what, (long long int) tv.tv_sec, (long int) tv.tv_nsec); in print_timestamp()105 tm.tm_hour, tm.tm_min, tm.tm_sec, (long int) tv.tv_nsec); in print_timestamp()
Completed in 5 milliseconds