Home
last modified time | relevance | path

Searched defs:max_wait (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/
Dsite_utils.py791 def wait_for_idle_duts(duts, afe, max_wait=IDLE_DUT_WAIT_TIMEOUT): argument
830 max_wait=IDLE_DUT_WAIT_TIMEOUT): argument
/external/libchrome/base/synchronization/
Dwaitable_event_posix.cc212 const TimeDelta max_wait(end_time - current_time); in TimedWait() local