Home
last modified time | relevance | path

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

/rocksdb-6.9/docs/_posts/
D2017-09-28-rocksdb-5-8-released.markdown16 …an be executed in a dedicated thread pool. This alleviates head-of-line blocking in the compaction…
/rocksdb-6.9/db/
Ddb_sst_test.cc228 bool blocking = false; in TEST_F() local
232 blocking = true; in TEST_F()
236 if (blocking) { in TEST_F()
/rocksdb-6.9/
DHISTORY.md588 …an be executed in a dedicated thread pool. This alleviates head-of-line blocking in the compaction…
912 * Add DB::SyncWAL() that does a WAL sync without blocking writers.