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

Kconfig definition

At kernel/Kconfig:186

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → General Kernel Options

config THREAD_CUSTOM_DATA
    bool
    prompt "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.

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