Searched refs:tries (Results 1 – 6 of 6) sorted by relevance
117 for (size_t tries = 0;; ++tries) { in lock() local123 if (tries > 100) { in lock()
74 for (uint32_t tries = 0; tries < 200; ++tries) { in AwaitState() local
3076 size_t tries = 0; in TEST_P() local3077 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() local3150 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() local3229 tries++; in TEST_P()[all …]
22 PinnableSlice tries to avoid memcpy as much as possible. The primary gain is when reading large val…
74 (2) Upon completion of GetImpl(), the reader thread tries to return SuperVersion to local storage b…
37 * Assign new MANIFEST file number when caller tries to create a new MANIFEST by calling LogAndApply…