Searched refs:clientTCPStore (Results 1 – 1 of 1) sorted by relevance
188 auto clientTCPStore = c10::make_intrusive<c10d::TCPStore>( in TEST() local196 clientTCPStore->get("key"); in TEST()198 auto clientThread = std::thread([&clientTCPStore] { in TEST()199 EXPECT_THROW(clientTCPStore->get("invalid_key"), c10::DistNetworkError); in TEST()231 auto clientTCPStore = in TEST() local233 auto clientThread = std::thread([&clientTCPStore] { in TEST()242 clientTCPStore->_splitSet(key, valueBuf); in TEST()245 c10d::test::check(*clientTCPStore, key, "v"); in TEST()