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