Home
last modified time | relevance | path

Searched refs:next_time (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_zipfile64.py47 next_time = time.monotonic() + _PRINT_WORKING_MSG_INTERVAL
51 if next_time <= time.monotonic():
52 next_time = time.monotonic() + _PRINT_WORKING_MSG_INTERVAL
63 if next_time <= time.monotonic():
64 next_time = time.monotonic() + _PRINT_WORKING_MSG_INTERVAL
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.c416 unsigned long next_time = 0; in ap_handle_timer() local
451 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer()
466 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()
489 next_time = hapd->conf->ap_max_inactivity; in ap_handle_timer()
493 if (next_time) { in ap_handle_timer()
496 __func__, MAC2STR(sta->addr), next_time); in ap_handle_timer()
497 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.c463 unsigned long next_time = 0; in ap_handle_timer() local
501 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer()
516 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()
539 next_time = hapd->conf->ap_max_inactivity; in ap_handle_timer()
543 if (next_time) { in ap_handle_timer()
546 __func__, MAC2STR_SEC(sta->addr), next_time); in ap_handle_timer()
547 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()

Completed in 5 milliseconds