Searched refs:ZTRESS_TIMER (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/ztest/ztress/src/ |
D | main.c | 97 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/ |
D | ztress.h | 55 #define ZTRESS_TIMER(handler, user_data, exec_cnt, init_timeout) \ macro
|
/Zephyr-latest/tests/subsys/ipc/pbuf/src/ |
D | main.c | 284 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/ |
D | main.c | 169 ZTRESS_TIMER(context_handler, NULL, 0, Z_TIMEOUT_TICKS(30)), in test_stress()
|
/Zephyr-latest/tests/lib/spsc_pbuf/src/ |
D | main.c | 478 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/ |
D | ztest.rst | 437 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)),
|