Home
last modified time | relevance | path

Searched refs:popBestIdlePool (Results 1 – 3 of 3) sorted by relevance

/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/connpool/test/
H A DSessionPoolTest.cpp497 SessionPool* popBestIdlePool() { in popBestIdlePool() function in TestIdleController
551 EXPECT_EQ(ctrl.popBestIdlePool(), nullptr); in TEST_F()
579 EXPECT_EQ(ctrl.popBestIdlePool(), nullptr); in TEST_F()
582 EXPECT_EQ(ctrl.popBestIdlePool(), &p1); in TEST_F()
583 EXPECT_EQ(ctrl.popBestIdlePool(), nullptr); in TEST_F()
587 EXPECT_EQ(ctrl.popBestIdlePool(), &p2); in TEST_F()
588 EXPECT_EQ(ctrl.popBestIdlePool(), &p1); in TEST_F()
589 EXPECT_EQ(ctrl.popBestIdlePool(), nullptr); in TEST_F()
595 EXPECT_EQ(ctrl.popBestIdlePool(), &p1); in TEST_F()
596 EXPECT_EQ(ctrl.popBestIdlePool(), &p2); in TEST_F()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/connpool/
H A DServerIdleSessionController.cpp20 maxPool = popBestIdlePool(); in getIdleSession()
78 SessionPool* FOLLY_NULLABLE ServerIdleSessionController::popBestIdlePool() { in popBestIdlePool() function in proxygen::ServerIdleSessionController
H A DServerIdleSessionController.h67 SessionPool* FOLLY_NULLABLE popBestIdlePool();