Searched refs:max_wait (Results 1 – 3 of 3) sorted by relevance
208 uint32_t max_wait = 0; in nxp_pn80t_send_cooldown() local227 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()
817 def wait_for_idle_duts(duts, afe, max_wait=IDLE_DUT_WAIT_TIMEOUT): argument835 if (time.time() - start_time) > max_wait:856 max_wait=IDLE_DUT_WAIT_TIMEOUT): argument875 yield wait_for_idle_duts(locked_duts, afe, max_wait)
212 const TimeDelta max_wait(end_time - current_time); in TimedWait() local213 sw.cv()->TimedWait(max_wait); in TimedWait()