Searched refs:timeoutThread_ (Results 1 – 2 of 2) sorted by relevance
506 timeoutThread_ = std::thread(&TensorPipeAgent::pollTimeoutRpcs, this); in startImpl()1137 if (timeoutThread_.joinable()) { in shutdownImpl()1138 timeoutThread_.join(); in shutdownImpl()
380 std::thread timeoutThread_; variable