Searched refs:time_reached (Results 1 – 9 of 9) sorted by relevance
10 return time_reached(ts->next_timeout); in check_single_timeout_us()19 if (time_reached(ts->next_timeout)) { in check_per_iteration_timeout_us()
398 while (!time_reached(t_before)) { in sleep_until()437 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()443 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()448 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()453 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
158 while (lockout_state[core_num] != FREERTOS_LOCKOUT_LOCKEE_READY && !time_reached(until)) { in default_enter_safe_zone_timeout_ms()210 while (lockout_state[core_num] != FREERTOS_LOCKOUT_LOCKEE_DONE && !time_reached(until)) { in default_exit_safe_zone_timeout_ms()
46 if (time_reached(end_time)) return false; in multicore_fifo_push_timeout_us()75 if (time_reached(end_time)) return false; in multicore_fifo_pop_timeout_us()
114 static inline bool time_reached(absolute_time_t t) { in time_reached() function
229 } while (!time_reached(until)); in stdio_usb_init()
117 if (time_reached(until)) { in cyw43_arch_wifi_connect_bssid_until()
130 if (time_reached(until)) { in stdio_get_until()
274 while (!time_reached(until)) { in async_context_freertos_wait_for_work_until()
Completed in 13 milliseconds