Home
last modified time | relevance | path

Searched refs:rpcRetryThread_ (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/distributed/rpc/
Drpc_agent.cpp65 rpcRetryThread_ = std::thread(&RpcAgent::retryExpiredRpcs, this); in start()
75 if (rpcRetryThread_.joinable()) { in shutdown()
76 rpcRetryThread_.join(); in shutdown()
Drpc_agent.h288 std::thread rpcRetryThread_; variable