Searched refs:UPDATE_INTERVAL_S (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/posix/eventfd/src/ |
D | stress.c | 11 #define UPDATE_INTERVAL_S 10 macro 13 #define UPDATE_INTERVAL_S 5 macro 15 #define UPDATE_INTERVAL_S 1 macro 62 const uint64_t report_ms = UPDATE_INTERVAL_S * MSEC_PER_SEC; in th_fun() 95 printk("UPDATE_INTERVAL_S: %u\n", UPDATE_INTERVAL_S); in ZTEST_F()
|
/Zephyr-latest/tests/benchmarks/posix/threads/src/ |
D | main.c | 18 #define UPDATE_INTERVAL_S 10 macro 20 #define UPDATE_INTERVAL_S 5 macro 22 #define UPDATE_INTERVAL_S 1 macro 46 printf("%s, %d, %u, %llu, 1, %llu\n", tag, i, UPDATE_INTERVAL_S, counters[i], in print_stats() 47 (counters[i] - prev_counters[i]) / UPDATE_INTERVAL_S); in print_stats() 70 uint64_t update_ms = now_ms + MSEC_PER_SEC * UPDATE_INTERVAL_S; in create_join_common() 112 update_ms += MSEC_PER_SEC * UPDATE_INTERVAL_S; in create_join_common()
|
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 15 #define UPDATE_INTERVAL_S 10 macro 194 K_SECONDS(UPDATE_INTERVAL_S)); in sync_work_handler()
|