The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_THREAD_NAME

Thread name [EXPERIMENTAL]

Type: bool

Help

This option allows to set a name for a thread.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Symbols that imply this symbol

Kconfig definition

At kernel/Kconfig:341

Included via Kconfig:8Kconfig.zephyr:30

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

config THREAD_NAME
    bool "Thread name [EXPERIMENTAL]"
    help
      This option allows to set a name for a thread.

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