Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/boards/posix/nrf52_bsim/
Dtime_machine.c166 bs_time_t next_time = TIME_NEVER; in tm_sleep_until_hw_time() local
169 next_time = hw_time + hw_time_delta; in tm_sleep_until_hw_time()
171 tm_sleep_until_abs_time(next_time); in tm_sleep_until_hw_time()
/Zephyr-Core-2.7.6/kernel/
Dtimeout.c137 int32_t next_time = next_timeout(); in z_add_timeout() local
139 if (next_time == 0 || in z_add_timeout()
140 _current_cpu->slice_ticks != next_time) { in z_add_timeout()
141 sys_clock_set_timeout(next_time, false); in z_add_timeout()