Searched refs:time_until_timeout (Results 1 – 1 of 1) sorted by relevance
172 base::TimeDelta time_until_timeout = timeout_time - current_time; in Wait() local173 DCHECK(time_until_timeout.InMicroseconds() >= 0); in Wait()175 node->cond_.WaitFor(mutex_.Pointer(), time_until_timeout); in Wait()