Home
last modified time | relevance | path

Searched refs:timeout_timestamp (Results 1 – 2 of 2) sorted by relevance

/external/platform/pico/common/pico_time/
A Dtime.c433 bool best_effort_wfe_or_timeout(absolute_time_t timeout_timestamp) { in best_effort_wfe_or_timeout() argument
437 return time_reached(timeout_timestamp); in best_effort_wfe_or_timeout()
440 id = add_alarm_at(timeout_timestamp, sleep_until_callback, NULL, false); 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()
/external/platform/pico/common/pico_time/include/pico/
A Dtime.h286 bool best_effort_wfe_or_timeout(absolute_time_t timeout_timestamp);

Completed in 8 milliseconds