Home
last modified time | relevance | path

Searched refs:flush_every_seconds_ (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/logging/
Dposix_logger.h49 const static uint64_t flush_every_seconds_ = 5; variable
173 if (now_micros - last_flush_micros_ >= flush_every_seconds_ * 1000000) { in Logv()
Denv_logger.h140 if (now_micros - last_flush_micros_ >= flush_every_seconds_ * 1000000) { in Logv()
159 const static uint64_t flush_every_seconds_ = 5; variable
/rocksdb-6.9/port/win/
Dwin_logger.h62 const static uint64_t flush_every_seconds_ = 5; variable
Dwin_logger.cc177 if (now_micros - last_flush_micros_ >= flush_every_seconds_ * 1000000) { in Logv()
/rocksdb-6.9/env/
Dmock_env.cc319 static const uint64_t flush_every_seconds_ = 5; member in ROCKSDB_NAMESPACE::__anoncf69f33a0111::TestMemLogger
402 if (now_micros - last_flush_micros_ >= flush_every_seconds_ * 1000000) { in Logv()