Searched refs:zero_time (Results 1 – 2 of 2) sorted by relevance
69 Time zero_time(Time::FromTimeT(0)); in TEST() local70 EXPECT_EQ(0, zero_time.ToTimeT()); in TEST()72 EXPECT_EQ(0.0, zero_time.ToDoubleT()); in TEST()
901 static struct timeval zero_time; /* static == 0 */ in X11_Pending() local908 if ( select(x11_fd+1, &fdset, NULL, NULL, &zero_time) == 1 ) { in X11_Pending()