Searched refs:bufferPoolId (Results 1 – 1 of 1) sorted by relevance
129 int64_t bufferPoolId = manager->GenerateBufferPoolId(); variable130 EXPECT_EQ(true, bufferPoolId != 0);133 …std::thread user1([&manager, &bufferPool1, &bufferPoolId] { bufferPool1 = manager->GetBufferPool(b… in __anon5c69dde80502()136 …std::thread user2([&manager, &bufferPool2, &bufferPoolId] { bufferPool2 = manager->GetBufferPool(b… in __anon5c69dde80602()145 EXPECT_EQ(true, bufferPoolId != 0);158 int64_t bufferPoolId = manager->GenerateBufferPoolId(); variable159 EXPECT_EQ(true, bufferPoolId != 0);163 std::shared_ptr<IBufferPool> bufferPool = manager->GetBufferPool(bufferPoolId);199 int64_t bufferPoolId = manager->GenerateBufferPoolId(); variable200 EXPECT_EQ(true, bufferPoolId != 0);[all …]