Home
last modified time | relevance | path

Searched refs:activeRequestsGuard_ (Results 1 – 4 of 4) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/http2/common/
H A DSingleRpcChannel.h113 std::shared_ptr<void> activeRequestsGuard_; variable
H A DSingleRpcChannel.cpp66 activeRequestsGuard_{worker_->getActiveRequestsGuard()} { in SingleRpcChannel()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/server/
H A DCpp2Connection.h221 Cpp2Worker::ActiveRequestsGuard activeRequestsGuard_; variable
H A DCpp2Connection.cpp690 activeRequestsGuard_(connection_->getWorker()->getActiveRequestsGuard()) { in Cpp2Request()