Searched refs:cb (Results 1 – 3 of 3) sorted by relevance
131 std::function<void()> cb = [&]() { in TEST_F() local141 threads.push_back(port::Thread(cb)); in TEST_F()
339 CB* cb = reinterpret_cast<CB*>(v); in TEST_P() local340 int cur = cb->last_id_ptr->load(); in TEST_P()341 ASSERT_EQ(cb->id - 1, cur); in TEST_P()342 cb->last_id_ptr->store(cb->id); in TEST_P()417 CB* cb = reinterpret_cast<CB*>(v); in TEST_P() local418 cb->Run(); in TEST_P()
5753 auto cb = txn0->GetCommitTimeWriteBatch(); in TEST_P() local5762 s = cb->Put(Slice("foo6"), Slice("bar6a")); in TEST_P()5764 s = cb->Put(Slice("foo6"), Slice("bar6b")); in TEST_P()5767 s = cb->Put(Slice("foo7"), Slice("bar7a")); in TEST_P()5769 s = cb->Delete(Slice("foo7")); in TEST_P()