Home
last modified time | relevance | path

Searched refs:posix_get_hw_cycle (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c26 uint64_t time2, time1 = posix_get_hw_cycle(); in ZTEST()
30 time2 = posix_get_hw_cycle(); in ZTEST()
40 time2 = posix_get_hw_cycle(); in ZTEST()
118 time1 = posix_get_hw_cycle(); in ZTEST()
125 time2 = posix_get_hw_cycle(); in ZTEST()
137 time1 = posix_get_hw_cycle(); in ZTEST()
143 time2 = posix_get_hw_cycle(); in ZTEST()
157 time1 = posix_get_hw_cycle(); in ZTEST()
163 time2 = posix_get_hw_cycle(); in ZTEST()
175 time1 = posix_get_hw_cycle(); in ZTEST()
[all …]
/Zephyr-latest/soc/native/inf_clock/
Dposix_board_if.h27 uint64_t posix_get_hw_cycle(void);
/Zephyr-latest/boards/native/native_sim/
Dposix_arch_if.c70 uint64_t posix_get_hw_cycle(void) in posix_get_hw_cycle() function
/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c174 uint64_t posix_get_hw_cycle(void) in posix_get_hw_cycle() function
Dtimer_model.c120 extern uint64_t posix_get_hw_cycle(void);
/Zephyr-latest/boards/native/doc/
Dbsim_boards_design.rst184 and :c:func:`posix_get_hw_cycle` (see :file:`posix_board_if.h` and :file:`posix_soc_if.h`).