Searched refs:IsTryAgain (Results 1 – 8 of 8) sorted by relevance
546 while (((s.ok() && !input.empty()) || UNLIKELY(s.IsTryAgain()))) { in Iterate()552 if (LIKELY(!s.IsTryAgain())) { in Iterate()563 assert(s.IsTryAgain()); in Iterate()1489 if (UNLIKELY(!ret_status.IsTryAgain() && rebuilding_trx_ != nullptr)) { in PutCFImpl()1551 if (UNLIKELY(!ret_status.IsTryAgain() && rebuilding_trx_ != nullptr)) { in DeleteCF()1586 if (UNLIKELY(!ret_status.IsTryAgain() && rebuilding_trx_ != nullptr)) { in SingleDeleteCF()1638 if (UNLIKELY(!ret_status.IsTryAgain() && rebuilding_trx_ != nullptr)) { in DeleteRangeCF()1756 if (UNLIKELY(!ret_status.IsTryAgain() && rebuilding_trx_ != nullptr)) { in MergeCF()
312 ASSERT_TRUE(iter->status().IsTryAgain()); in TEST_F()
156 if (is_optimistic || !(s.IsBusy() || s.IsTimedOut() || s.IsTryAgain())) { in DoInsert()233 if (!(s.IsBusy() || s.IsTimedOut() || s.IsTryAgain())) { in DoInsert()
141 ASSERT_TRUE(status.IsTryAgain()); in InsertImpl()
201 while ((s = InsertImpl(Slice(op.key_), Slice(op.data_))).IsTryAgain()) { in InsertMain()
267 bool IsTryAgain() const { return code() == kTryAgain; } in IsTryAgain() function
1440 ASSERT_TRUE(s.ok() || s.IsTryAgain()); in TEST_P()1444 ASSERT_TRUE(s.ok() || s.IsTryAgain()); in TEST_P()1452 ASSERT_TRUE(s.ok() || s.IsTryAgain()); in TEST_P()1456 ASSERT_TRUE(s.ok() || s.IsTryAgain()); in TEST_P()
321 ASSERT_TRUE(s.IsTryAgain()); in TEST_P()