Searched refs:time_reached (Results 1 – 13 of 13) sorted by relevance
10 return time_reached(ts->next_timeout); in check_single_timeout_us()22 if (time_reached(ts->next_timeout)) { in check_per_iteration_timeout_us()
408 while (!time_reached(t_before)) { in sleep_until()447 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()475 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()480 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()482 if (!time_reached(timeout_timestamp)) { in best_effort_wfe_or_timeout()490 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()496 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
61 PICO_WEAK_FUNCTION_DEF(time_reached) in PICO_WEAK_FUNCTION_DEF() argument62 bool PICO_WEAK_FUNCTION_IMPL_NAME(time_reached)(absolute_time_t t) { in PICO_WEAK_FUNCTION_DEF()
156 while (lockout_state[core_num] != FREERTOS_LOCKOUT_LOCKEE_READY && !time_reached(until)) { in default_enter_safe_zone_timeout_ms()208 while (lockout_state[core_num] != FREERTOS_LOCKOUT_LOCKEE_DONE && !time_reached(until)) { in default_exit_safe_zone_timeout_ms()
35 bool time_reached(absolute_time_t t);
117 if (time_reached(until)) { in cyw43_arch_wifi_connect_bssid_until()
334 static inline bool time_reached(absolute_time_t t) { in time_reached() function
160 while (!time_reached(end)) { in test_nesting()
244 } while (!time_reached(until)); in stdio_usb_init()
64 if (time_reached(until)) { in pico_sha256_start_blocking_until()
274 while (!time_reached(until)) { in async_context_freertos_wait_for_work_until()
129 if (time_reached(until)) { in stdio_get_until()
43 if (time_reached(end_time)) return false; in multicore_fifo_push_timeout_us()