Searched refs:is_at_the_end_of_time (Results 1 – 4 of 4) sorted by relevance
66 assert(!is_at_the_end_of_time(earliest)); // should never be less than now in async_context_base_remove_ready_at_time_worker()
51 if (is_at_the_end_of_time(next_time)) { in process_under_lock()
255 if (is_at_the_end_of_time(next_time)) { in process_under_lock()
189 static inline bool is_at_the_end_of_time(absolute_time_t t) { in is_at_the_end_of_time() function