Home
last modified time | relevance | path

Searched defs:SharedState (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/cache/
Dcache_bench.cc55 class SharedState { class
57 explicit SharedState(CacheBench* cache_bench) in SharedState() function in ROCKSDB_NAMESPACE::__anonccaf61260111::SharedState
/rocksdb-6.9/tools/
Ddb_bench_tool.cc2216 struct SharedState { struct
2217 port::Mutex mu;
2218 port::CondVar cv;
2219 int total;
2220 int perf_level;
2221 std::shared_ptr<RateLimiter> write_rate_limiter;
2222 std::shared_ptr<RateLimiter> read_rate_limiter;
2230 long num_initialized;
2231 long num_done;
2232 bool start;
[all …]
/rocksdb-6.9/db_stress_tool/
Ddb_stress_shared_state.h40 SharedState(Env* env, StressTest* stress_test) in SharedState() function