Searched refs:sleep_timeout_ns (Results 1 – 1 of 1) sorted by relevance
116 nsecs_t sleep_timeout_ns = std::numeric_limits<nsecs_t>::max(); in threadLoop() local117 if (timeout_ms.count() < sleep_timeout_ns / 1000 / 1000) { in threadLoop()118 sleep_timeout_ns = timeout_ms.count() * 1000 * 1000; in threadLoop()121 LOG(VERBOSE) << "NodeLooperThread will wait for " << sleep_timeout_ns in threadLoop()124 wake_cond_.waitRelative(lock_, sleep_timeout_ns); in threadLoop()