Searched defs:t2 (Results 1 – 3 of 3) sorted by relevance
54 bool operator==(const timespec& t1, const timespec& t2) { in operator ==()58 bool operator!=(const timespec& t1, const timespec& t2) { in operator !=()62 bool operator<(const timespec& t1, const timespec& t2) { in operator <()66 bool operator<=(const timespec& t1, const timespec& t2) { in operator <=()70 bool operator>(const timespec& t1, const timespec& t2) { in operator >()74 bool operator>=(const timespec& t1, const timespec& t2) { in operator >=()79 timespec operator-(const timespec& t1, const timespec& t2) { in operator -()95 timespec operator+(const timespec& t1, const timespec& t2) { in operator +()115 timespec operator/(const timespec& t1, const timespec& t2) { in operator /()
188 Instant t2 = t1.plusMillis(TimeUnit.DAYS.toMillis(1)); in testSessionCleanUp_LowStorage() local220 Instant t2 = t1.plusMillis(MAX_TIME_SINCE_UPDATE_MILLIS); in expireSessions() local
393 Instant t2 = t1.plusMillis(MAX_TIME_SINCE_UPDATE_MILLIS); in testExpireSession() local