Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c33 static uint64_t next_timer_time; variable
77 if (next_timer_time >= nsi_simu_time) { /* LCOV_EXCL_BR_LINE */ in nsi_hws_sleep_until_next_event()
78 nsi_simu_time = next_timer_time; in nsi_hws_sleep_until_next_event()
83 (uint64_t)next_timer_time, in nsi_hws_sleep_until_next_event()
104 next_timer_time = *__nsi_hw_events_start[0].timer; in nsi_hws_find_next_event()
107 if (next_timer_time > *__nsi_hw_events_start[i].timer) { in nsi_hws_find_next_event()
109 next_timer_time = *__nsi_hw_events_start[i].timer; in nsi_hws_find_next_event()
116 return next_timer_time; in nsi_hws_get_next_event_time()
/Zephyr-Core-3.7.0/boards/native/native_posix/
Dhw_models_top.c49 static uint64_t next_timer_time; variable
93 if (next_timer_time >= simu_time) { /* LCOV_EXCL_BR_LINE */ in hwm_sleep_until_next_timer()
94 simu_time = next_timer_time; in hwm_sleep_until_next_timer()
99 (uint64_t)next_timer_time, in hwm_sleep_until_next_timer()
120 next_timer_time = *Timer_list[0]; in hwm_find_next_timer()
123 if (next_timer_time > *Timer_list[i]) { in hwm_find_next_timer()
125 next_timer_time = *Timer_list[i]; in hwm_find_next_timer()