Searched refs:tp (Results 1 – 1 of 1) sorted by relevance
265 struct timespec tp; in _ops_log() local271 clock_gettime(CLOCK_REALTIME_COARSE, &tp); in _ops_log()272 ptm = localtime_r(&tp.tv_sec, &tm_buf); in _ops_log()275 fprintf(fp, "%s.%03ld,", logs, tp.tv_nsec / 1000000); in _ops_log()