Searched refs:acceptedFd (Results 1 – 1 of 1) sorted by relevance
1614 unique_fd acceptedFd = mAcceptConnection(this); in run() local1615 threads.emplace_back(&Server::handleOne, this, std::move(acceptedFd)); in run()1620 void handleOne(unique_fd acceptedFd) { in handleOne() argument1621 ASSERT_TRUE(acceptedFd.ok()); in handleOne()1622 RpcTransportFd transportFd(std::move(acceptedFd)); in handleOne()