Searched refs:SLEEP_NS (Results 1 – 1 of 1) sorted by relevance
25 static const int64_t SLEEP_NS = SLEEP_MS * MS_IN_NS; variable70 EXPECT_GE(endUptimeNs - startUptimeNs, SLEEP_NS) in TEST()72 EXPECT_LT(endUptimeNs - startUptimeNs, SLEEP_NS + SLACK_NS) in TEST()78 EXPECT_GE(endRealtimeNs - startRealtimeNs, SLEEP_NS) in TEST()80 EXPECT_LT(endRealtimeNs - startRealtimeNs, SLEEP_NS + SLACK_NS) in TEST()