Searched refs:bufferPool1 (Results 1 – 1 of 1) sorted by relevance
132 std::shared_ptr<IBufferPool> bufferPool1 = nullptr; variable133 …std::thread user1([&manager, &bufferPool1, &bufferPoolId] { bufferPool1 = manager->GetBufferPool(b… in __anon7b5b49e50502()141 EXPECT_EQ(true, bufferPool1 != nullptr);142 EXPECT_EQ(true, bufferPool1 == bufferPool2);147 EXPECT_EQ(true, bufferPool1 != bufferPool3);