Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
Dtensorpipe_agent.cpp506 timeoutThread_ = std::thread(&TensorPipeAgent::pollTimeoutRpcs, this); in startImpl()
1137 if (timeoutThread_.joinable()) { in shutdownImpl()
1138 timeoutThread_.join(); in shutdownImpl()
Dtensorpipe_agent.h380 std::thread timeoutThread_; variable