Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c70 uint64_t update_ms = now_ms + MSEC_PER_SEC * UPDATE_INTERVAL_S; in create_join_common() local
111 if (now_ms > update_ms) { in create_join_common()
112 update_ms += MSEC_PER_SEC * UPDATE_INTERVAL_S; in create_join_common()