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