Home
last modified time | relevance | path

Searched refs:is_at_the_end_of_time (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_base.c66 assert(!is_at_the_end_of_time(earliest)); // should never be less than now in async_context_base_remove_ready_at_time_worker()
Dasync_context_freertos.c51 if (is_at_the_end_of_time(next_time)) { in process_under_lock()
Dasync_context_threadsafe_background.c255 if (is_at_the_end_of_time(next_time)) { in process_under_lock()
/hal_rpi_pico-latest/src/common/pico_time/include/pico/
Dtime.h189 static inline bool is_at_the_end_of_time(absolute_time_t t) { in is_at_the_end_of_time() function