Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c32 static unsigned int next_timer_index; variable
85 next_timer_index); in nsi_hws_sleep_until_next_event()
103 next_timer_index = 0; in nsi_hws_find_next_event()
108 next_timer_index = i; in nsi_hws_find_next_event()
127 if (next_timer_index < number_of_events) { /* LCOV_EXCL_BR_LINE */ in nsi_hws_one_event()
128 __nsi_hw_events_start[next_timer_index].callback(); in nsi_hws_one_event()
/Zephyr-Core-3.7.0/boards/native/native_posix/
Dhw_models_top.c41 } next_timer_index = NONE; variable
101 next_timer_index); in hwm_sleep_until_next_timer()
119 next_timer_index = 0; in hwm_find_next_timer()
124 next_timer_index = i; in hwm_find_next_timer()
137 switch (next_timer_index) { /* LCOV_EXCL_BR_LINE */ in hwm_one_event()