:orphan: .. title:: THREAD_NAME .. option:: 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 =============================== - \ :option:`OPENOCD_SUPPORT ` - \ :option:`TEST ` Symbols that imply this symbol ============================== - \ :option:`KERNEL_SHELL ` - \ :option:`TRACING ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:341`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics .. parsed-literal:: 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.)*