The latest development version of this page may be more current than this released 1.14.1 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

Kconfig definition

At kernel/Kconfig:360

Included via Kconfig:10Kconfig.zephyr:31

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

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

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