Home
last modified time | relevance | path

Searched refs:RealNowMicros (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/monitoring/
Dstats_history_test.cc50 if (time_us < mock_env->RealNowMicros()) { in TEST_F()
51 *reinterpret_cast<uint64_t*>(arg) = mock_env->RealNowMicros() + 1000; in TEST_F()
88 if (time_us < mock_env->RealNowMicros()) { in TEST_F()
89 *reinterpret_cast<uint64_t*>(arg) = mock_env->RealNowMicros() + 1000; in TEST_F()
124 if (time_us < mock_env->RealNowMicros()) { in TEST_F()
125 *reinterpret_cast<uint64_t*>(arg) = mock_env->RealNowMicros() + 1000; in TEST_F()
157 if (time_us < mock_env->RealNowMicros()) { in TEST_F()
158 *reinterpret_cast<uint64_t*>(arg) = mock_env->RealNowMicros() + 1000; in TEST_F()
213 if (time_us < mock_env->RealNowMicros()) { in TEST_F()
214 *reinterpret_cast<uint64_t*>(arg) = mock_env->RealNowMicros() + 1000; in TEST_F()
/rocksdb-6.9/util/
Drepeatable_thread_test.cc83 if (time_us < mock_env_->RealNowMicros()) { in TEST_F()
84 *reinterpret_cast<uint64_t*>(arg) = mock_env_->RealNowMicros() + 1000; in TEST_F()
/rocksdb-6.9/test_util/
Dmock_time_env.h34 uint64_t RealNowMicros() { return target()->NowMicros(); } in RealNowMicros() function