Home
last modified time | relevance | path

Searched refs:to_wait (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Devent.cc40 int to_wait = max_time == WEBRTC_EVENT_INFINITE ? in Wait() local
42 return event_.Wait(to_wait) ? kEventSignaled : kEventTimeout; in Wait()
/external/dbus/bus/
Dexpirelist.c169 double to_wait; in do_expiration_with_monotonic_time() local
172 to_wait = (double) list->expire_after - elapsed; in do_expiration_with_monotonic_time()
173 if (min_wait_time > to_wait) in do_expiration_with_monotonic_time()
174 min_wait_time = to_wait; in do_expiration_with_monotonic_time()