Home
last modified time | relevance | path

Searched refs:max_wait (Results 1 – 3 of 3) sorted by relevance

/external/libese/libese-hw/nxp/pn80t/
Dcommon.c208 uint32_t max_wait = 0; in nxp_pn80t_send_cooldown() local
227 if (cooldown > max_wait) { in nxp_pn80t_send_cooldown()
228 max_wait = cooldown; in nxp_pn80t_send_cooldown()
239 return max_wait; in nxp_pn80t_send_cooldown()
/external/autotest/server/
Dsite_utils.py817 def wait_for_idle_duts(duts, afe, max_wait=IDLE_DUT_WAIT_TIMEOUT): argument
835 if (time.time() - start_time) > max_wait:
856 max_wait=IDLE_DUT_WAIT_TIMEOUT): argument
875 yield wait_for_idle_duts(locked_duts, afe, max_wait)
/external/libchrome/base/synchronization/
Dwaitable_event_posix.cc212 const TimeDelta max_wait(end_time - current_time); in TimedWait() local
213 sw.cv()->TimedWait(max_wait); in TimedWait()