Searched refs:max_ts (Results 1 – 2 of 2) sorted by relevance
605 max_ts = 0619 if max_ts == 0 and not base_ts and time_ms > 1000:622 max_ts = max(time_ms, max_ts)
428 struct timespec min_ts, max_ts, vm_ts; in main() local972 clock_gettime(CLOCK_REALTIME, &max_ts); in main()1001 TEST_ASSERT(cmp_timespec(&max_ts, &vm_ts) >= 0, "VM time too new"); in main()