Home
last modified time | relevance | path

Searched refs:inheritance (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/doc/develop/west/
Dwest-apis.rst239 :show-inheritance:
246 :show-inheritance:
527 :show-inheritance:
530 :show-inheritance:
533 :show-inheritance:
539 :show-inheritance:
573 :show-inheritance:
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst65 The thread that has locked a mutex is eligible for :dfn:`priority inheritance`.
76 inheritance. The default value of 0 permits unlimited elevation.
84 This works well for priority inheritance as long as only one locked mutex is
/Zephyr-latest/lib/posix/options/
DKconfig.pthread142 bool "POSIX mutex priority inheritance"
144 Select 'y' here to enable POSIX mutex priority inheritance.
/Zephyr-latest/doc/
Dzephyr.doxyfile.in400 # versus func(std::string) {}). This also makes the inheritance and
415 # inheritance when no explicit protection keyword is present.
2600 # If set to YES the inheritance and collaboration graphs will hide inheritance
2663 # inheritance relations. In case the CLASS_GRAPH tag is set to YES or GRAPH and
2667 # If the CLASS_GRAPH tag is set to TEXT the direct and indirect inheritance
2668 # relations will be shown as texts / links. Explicit enabling an inheritance
2669 # graph or choosing a different representation for an inheritance graph of a
2671 # Disabling an inheritance graph can be accomplished by means of the command
2680 # dependencies (inheritance, containment, and class references variables) of the
2701 # If the UML_LOOK tag is set to YES, Doxygen will generate inheritance and
[all …]
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst504 may already be implementing a form of inheritance which requires some other
/Zephyr-latest/
D.ruff-excludes.toml72 "UP004", # https://docs.astral.sh/ruff/rules/useless-object-inheritance
569 "UP004", # https://docs.astral.sh/ruff/rules/useless-object-inheritance
776 "UP004", # https://docs.astral.sh/ruff/rules/useless-object-inheritance
787 "UP004", # https://docs.astral.sh/ruff/rules/useless-object-inheritance
1093 "UP004", # https://docs.astral.sh/ruff/rules/useless-object-inheritance
/Zephyr-latest/kernel/
DKconfig85 int "Priority inheritance ceiling"
90 k_mutex priority inheritance.
/Zephyr-latest/doc/services/zbus/
Dindex.rst363 * The HLP is more effective for zbus than the mutexes priority inheritance;
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2187 * :github:`47942` - Mutex priority inheritance when thread holds multiple mutexes