Searched defs:timeoutNs (Results 1 – 2 of 2) sorted by relevance
76 static constexpr size_t timeoutNs = 10000000UL; in LoopUntil() local
117 WatchTimeout::WatchTimeout(const std::string &funcName, int64_t timeoutNs) : funcName_(funcName), t… in WatchTimeout()