Searched refs:rpcRetryThread_ (Results 1 – 2 of 2) sorted by relevance
65 rpcRetryThread_ = std::thread(&RpcAgent::retryExpiredRpcs, this); in start()75 if (rpcRetryThread_.joinable()) { in shutdown()76 rpcRetryThread_.join(); in shutdown()
288 std::thread rpcRetryThread_; variable