Searched refs:now_ms (Results 1 – 1 of 1) sorted by relevance
68 uint64_t now_ms = k_uptime_get(); in create_join_common() local69 const uint64_t end_ms = now_ms + MSEC_PER_SEC * CONFIG_TEST_DURATION_S; in create_join_common()70 uint64_t update_ms = now_ms + MSEC_PER_SEC * UPDATE_INTERVAL_S; in create_join_common()108 now_ms = k_uptime_get(); in create_join_common()111 if (now_ms > update_ms) { in create_join_common()120 print_stats(tag, now_ms, end_ms); in create_join_common()124 } while (end_ms > now_ms); in create_join_common()