:orphan: .. title:: CONFIG_ZTRESS_MAX_THREADS .. kconfig:: CONFIG_ZTRESS_MAX_THREADS CONFIG_ZTRESS_MAX_THREADS ######################### *Maximum number of threads in ztress framework* Type: ``int`` Direct dependencies =================== \ :kconfig:`ZTRESS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== At ``/testsuite/ztest/Kconfig:120`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Stress test framework .. code-block:: kconfig 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.)*