:orphan: .. title:: CONFIG_THREAD_CUSTOM_DATA .. kconfig:: CONFIG_THREAD_CUSTOM_DATA CONFIG_THREAD_CUSTOM_DATA ######################### *Thread custom data* Type: ``bool`` Help ==== .. code-block:: none 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:`WIFI_ESP32 ` Kconfig definition ================== At ``/Kconfig:179`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options .. code-block:: kconfig 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.)*