Lines Matching full:boost
1 .. zephyr:code-sample:: zbus-priority-boost
2 :name: zbus Priority Boost
5 Illustrates zbus priority boost feature with a priority inversion scenario.
9 This sample implements a simple application that illustrates the priority boost feature. The
10 application implements the below figure scenario. When the priority boost feature is disabled, the
13 plain subscribers should use the priority boost strategy.
27 :alt: ZBus priority boost scenario example.
33 priority boost execution.
39 The figure below illustrates the execution of the cited scenario but with the priority boost
43 :alt: ZBus example scenario for priority boost disabled.
121 The figure below illustrates the execution of the same scenario but with the priority boost enabled.
122 The developer must enable the priority boost and properly attach all the observers to their threads.
125 :alt: ZBus example scenario for priority boost enabled.
128 To execute the sample with priority boost feature enabled, run the following command: