Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c24 uint64_t nsi_simu_time; /* The actual time as known by the HW models */ 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()
84 (uint64_t)nsi_simu_time, in nsi_hws_sleep_until_next_event()
89 if (signaled_end || (nsi_simu_time > end_of_time)) { in nsi_hws_sleep_until_next_event()
91 ((long double)nsi_simu_time)/1.0e6L); in nsi_hws_sleep_until_next_event()
/Zephyr-Core-3.7.0/scripts/native_simulator/common/src/include/
Dnsi_hw_scheduler.h21 extern uint64_t nsi_simu_time; in nsi_hws_get_time()
22 return nsi_simu_time; in nsi_hws_get_time()