:orphan: .. title:: CONFIG_PRIORITY_CEILING .. kconfig:: CONFIG_PRIORITY_CEILING CONFIG_PRIORITY_CEILING ####################### *Priority inheritance ceiling* Type: ``int`` Help ==== .. code-block:: none This defines the minimum priority value (i.e. the logically highest priority) that a thread will acquire as part of k_mutex priority inheritance. Default ======= - -127 Kconfig definition ================== At ``/Kconfig:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options .. code-block:: kconfig config PRIORITY_CEILING int "Priority inheritance ceiling" default -127 help This defines the minimum priority value (i.e. the logically highest priority) that a thread will acquire as part of k_mutex priority inheritance. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*