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

CONFIG_THREAD_CUSTOM_DATA

Thread custom data

Type: bool

Help

This option allows each thread to store 32 bits of custom data,
which can be accessed using the k_thread_custom_data_xxx() APIs.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At kernel/Kconfig:179

Included via Kconfig:8Kconfig.zephyr:40

Menu path: (Top) → General Kernel Options

config THREAD_CUSTOM_DATA
    bool "Thread custom data"
    help
      This option allows each thread to store 32 bits of custom data,
      which can be accessed using the k_thread_custom_data_xxx() APIs.

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