Searched refs:time_start_mono (Results 1 – 1 of 1) sorted by relevance
83 static struct timespec time_start_mono; variable264 txtime = time_start_mono.tv_sec * (1000ULL * 1000 * 1000) + in cs_write_cmsg()265 time_start_mono.tv_nsec + in cs_write_cmsg()469 if (clock_gettime(CLOCK_MONOTONIC, &time_start_mono)) in main()