Home
last modified time | relevance | path

Searched refs:thread_safe (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/docs/
DGemfile.lock8 thread_safe (~> 0.3, >= 0.3.4)
132 thread_safe (0.3.5)
136 thread_safe (~> 0.1)
/rocksdb-6.9/cache/
Dsharded_cache.h41 bool thread_safe) = 0;
87 bool thread_safe) override;
Dsharded_cache.cc113 bool thread_safe) { in ApplyToAllCacheEntries() argument
116 GetShard(s)->ApplyToAllCacheEntries(callback, thread_safe); in ApplyToAllCacheEntries()
Dclock_cache.cc289 bool thread_safe) override;
407 bool thread_safe) { in ApplyToAllCacheEntries() argument
408 if (thread_safe) { in ApplyToAllCacheEntries()
419 if (thread_safe) { in ApplyToAllCacheEntries()
Dlru_cache.cc142 bool thread_safe) { in ApplyToAllCacheEntries() argument
148 if (thread_safe) { in ApplyToAllCacheEntries()
Dlru_cache.h230 bool thread_safe) override; in ALIGN_AS()
/rocksdb-6.9/utilities/simulator_cache/
Dsim_cache.cc248 bool thread_safe) override { in ApplyToAllCacheEntries() argument
250 cache_->ApplyToAllCacheEntries(callback, thread_safe); in ApplyToAllCacheEntries()
/rocksdb-6.9/include/rocksdb/
Dcache.h271 bool thread_safe) = 0;
/rocksdb-6.9/db/
Ddb_basic_test.cc2114 bool thread_safe) override { in ApplyToAllCacheEntries() argument
2115 return target_->ApplyToAllCacheEntries(callback, thread_safe); in ApplyToAllCacheEntries()