:orphan: .. title:: THREAD_NAME .. option:: CONFIG_THREAD_NAME *Thread name* Type: ``bool`` Help ==== .. code-block:: none This option allows to set a name for a thread. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`DEBUG_THREAD_INFO ` - \ :option:`TEST ` - \ :option:`PERCEPIO_TRACERECORDER ` Symbols that imply this symbol ============================== - \ :option:`KERNEL_SHELL ` - \ :option:`TRACING ` Kconfig definition ================== At ``/Kconfig:338`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics .. code-block:: kconfig config THREAD_NAME bool "Thread name" help This option allows to set a name for a thread. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*