Lines Matching defs:time_now
2253 struct timespec time_now;2254 if (clock_gettime(CLOCK_MONOTONIC, &time_now)) {2257 double elapsed_time = difftime(time_now.tv_sec, data->time_started);