Home
last modified time | relevance | path

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

/subsys/testsuite/ztest/src/
A Dztress.c90 if (tmr_data->exec_cnt != 0 && exec_cnt[0] != 0) { in progress_timeout()
91 progress = (100 * exec_cnt[0]) / tmr_data->exec_cnt; in progress_timeout()
101 (100 * exec_cnt[i]) / thread_data[i].exec_cnt : 100; in progress_timeout()
195 if (context_data->exec_cnt != 0 && exec_cnt[priority] >= context_data->exec_cnt) { in cont_check()
235 exec_cnt[priority], in ztress_timeout()
238 exec_cnt[priority]++; in ztress_timeout()
260 uint32_t cnt = exec_cnt[priority]; in ztress_thread()
263 exec_cnt[priority] = cnt + 1; in ztress_thread()
289 memset(exec_cnt, 0, sizeof(exec_cnt)); in ztress_init()
414 i, exec_cnt[i], preempt_cnt[i]); in ztress_report()
[all …]
/subsys/testsuite/ztest/include/zephyr/
A Dztress.h55 #define ZTRESS_TIMER(handler, user_data, exec_cnt, init_timeout) \ argument
56 (ZTRESS_ID_K_TIMER, handler, user_data, exec_cnt, 0, init_timeout)
80 #define ZTRESS_THREAD(handler, user_data, exec_cnt, preempt_cnt, init_timeout) \ argument
81 (ZTRESS_ID_THREAD, handler, user_data, exec_cnt, preempt_cnt, init_timeout)
108 uint32_t exec_cnt; member
134 .exec_cnt = (_exec_cnt), \

Completed in 10 milliseconds