Home
last modified time | relevance | path

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

/Zephyr-latest/tests/ztest/ztress/src/
Dmain.c97 ZTRESS_EXECUTE(ZTRESS_TIMER(ztress_handler_busy, NULL, repeat, Z_TIMEOUT_TICKS(30)), in ZTEST()
125 ZTRESS_EXECUTE(ZTRESS_TIMER(ztress_handler_busy, NULL, 0, Z_TIMEOUT_TICKS(30)), in ZTEST()
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztress.h55 #define ZTRESS_TIMER(handler, user_data, exec_cnt, init_timeout) \ macro
/Zephyr-latest/tests/subsys/ipc/pbuf/src/
Dmain.c284 ZTRESS_EXECUTE(ZTRESS_TIMER(stress_read, &ctx, repeat, Z_TIMEOUT_TICKS(4)), in ZTEST()
289 ZTRESS_EXECUTE(ZTRESS_TIMER(stress_write, &ctx, repeat, Z_TIMEOUT_TICKS(4)), in ZTEST()
/Zephyr-latest/tests/subsys/logging/log_stress/src/
Dmain.c169 ZTRESS_TIMER(context_handler, NULL, 0, Z_TIMEOUT_TICKS(30)), in test_stress()
/Zephyr-latest/tests/lib/spsc_pbuf/src/
Dmain.c478 ZTRESS_EXECUTE(ZTRESS_TIMER(stress_read, &ctx, repeat, Z_TIMEOUT_TICKS(4)), in ZTEST()
483 ZTRESS_EXECUTE(ZTRESS_TIMER(stress_write, &ctx, repeat, Z_TIMEOUT_TICKS(4)), in ZTEST()
/Zephyr-latest/doc/develop/test/
Dztest.rst437 specified by :c:macro:`ZTRESS_TIMER` or :c:macro:`ZTRESS_THREAD` macros. Contexts
460 ZTRESS_EXECUTE(ZTRESS_TIMER(foo_0, user_data_0, 10000, Z_TIMEOUT_TICKS(20)),