Searched refs:kThreadTimeout (Results 1 – 1 of 1) sorted by relevance
45 static constexpr auto kThreadTimeout = 60000_ms; variable85 mUploadThread->queue().postDelayed(kThreadTimeout, [this]() { this->idleTimeoutCheck(); }); in postIdleTimeoutCheck()102 return durationSince > kThreadTimeout; in shouldTimeOutLocked()