Searched refs:InfFuture (Results 1 – 4 of 4) sorted by relevance
51 Assert.AreEqual(Timespec.NativeInfFuture, Timespec.InfFuture); in InfFutureMatchesNativeValue()86 Assert.AreEqual(DateTime.MaxValue, Timespec.InfFuture.ToDateTime()); in ToDateTime()113 Assert.AreNotEqual(Timespec.InfFuture, timespec); in ToDateTime_Overflow()127 Assert.AreNotEqual(Timespec.InfFuture, timespec); in ToDateTime_OutOfDateTimeRange()150 Assert.AreEqual(Timespec.InfFuture, Timespec.FromDateTime(DateTime.MaxValue)); in FromDateTime()
55 public static Timespec InfFuture property133 if (this.Equals(InfFuture)) in ToDateTime()175 return Timespec.InfFuture; in FromDateTime()202 return dateTime > UnixEpoch ? Timespec.InfFuture : Timespec.InfPast; in FromDateTime()
48 TEST_F(TimeTest, InfFuture) { in TEST_F() argument
155 … deadlineTimespec = deadline.HasValue ? Timespec.FromDateTime(deadline.Value) : Timespec.InfFuture; in TryWaitForStateChangedAsync()