Searched refs:time1Us (Results 1 – 1 of 1) sorted by relevance
574 static bool CloseEnough(int64_t time1Us, int64_t time2Us) { in CloseEnough() argument576 int64_t diff = time1Us - time2Us; in CloseEnough()583 return time1Us == time2Us; in CloseEnough()