Searched refs:timeout_timestamp (Results 1 – 2 of 2) sorted by relevance
433 bool best_effort_wfe_or_timeout(absolute_time_t timeout_timestamp) { in best_effort_wfe_or_timeout() argument437 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()
286 bool best_effort_wfe_or_timeout(absolute_time_t timeout_timestamp);
Completed in 8 milliseconds