:orphan: .. title:: THREAD_CUSTOM_DATA .. option:: 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 ================== .. highlight:: kconfig At ``kernel/Kconfig:190`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options .. parsed-literal:: 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.)*