Searched refs:time_left (Results 1 – 1 of 1) sorted by relevance
85 int64_t time_left = abs_timeout - now; in Increment() local86 if (time_left <= 0) return true; in Increment()87 timeout_ns = time_left % (1000*1000); in Increment()88 timeout_ms = time_left / (1000*1000); in Increment()