The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_THREAD_MONITOR

Thread monitoring [EXPERIMENTAL]

Type: bool

Help

This option instructs the kernel to maintain a list of all threads (excluding those that have not yet started or have already terminated).

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At kernel/Kconfig:353

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options → Kernel Debugging and Metrics

config THREAD_MONITOR
    bool
    prompt "Thread monitoring [EXPERIMENTAL]"
    help
      This option instructs the kernel to maintain a list of all threads
      (excluding those that have not yet started or have already
      terminated).

(Definitions include propagated dependencies, including from if’s and menus.)