CONFIG_ZTRESS_MAX_THREADS

Maximum number of threads in ztress framework

Type: int

Direct dependencies

ZTRESS

(Includes any dependencies from ifs and menus.)

Default

  • 3

Kconfig definition

At <Zephyr>/subsys/testsuite/ztest/Kconfig:100

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:61<Zephyr>/subsys/testsuite/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Testing → Stress test framework

config ZTRESS_MAX_THREADS
    int "Maximum number of threads in ztress framework"
    range 1 16
    default 3
    depends on ZTRESS

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)