Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/util/
Dmutexlock.h117 for (size_t tries = 0;; ++tries) { in lock() local
123 if (tries > 100) { in lock()
/rocksdb-6.9/db/
Dwrite_thread.cc74 for (uint32_t tries = 0; tries < 200; ++tries) { in AwaitState() local
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc3076 size_t tries = 0; in TEST_P() local
3077 while (wp_db->max_evicted_seq_ < seq && tries < 50) { in TEST_P()
3079 tries++; in TEST_P()
3081 ASSERT_LT(tries, 50); in TEST_P()
3149 size_t tries = 0; in TEST_P() local
3150 while (wp_db->max_evicted_seq_ < txn->GetId() && tries < 50) { in TEST_P()
3152 tries++; in TEST_P()
3154 ASSERT_LT(tries, 50); in TEST_P()
3226 size_t tries = 0; in TEST_P() local
3229 tries++; in TEST_P()
[all …]
/rocksdb-6.9/docs/_posts/
D2017-08-24-pinnableslice.markdown22 PinnableSlice tries to avoid memcpy as much as possible. The primary gain is when reading large val…
D2014-06-27-avoid-expensive-locks-in-get.markdown74 (2) Upon completion of GetImpl(), the reader thread tries to return SuperVersion to local storage b…
/rocksdb-6.9/
DHISTORY.md37 * Assign new MANIFEST file number when caller tries to create a new MANIFEST by calling LogAndApply…