![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Smooth Weighted Round-Robin task-switching strategy (stk::SwitchStrategySmoothWeightedRoundRobin / stk::SwitchStrategySWRR). More...
#include "stk_common.h"Go to the source code of this file.
Classes | |
| class | stk::SwitchStrategySmoothWeightedRoundRobin |
| Smooth Weighted Round-Robin (SWRR) task-switching strategy: distributes CPU time proportionally to per-task weights while avoiding execution bursts by spreading selections evenly over time. More... | |
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
Typedefs | |
| typedef SwitchStrategySmoothWeightedRoundRobin | stk::SwitchStrategySWRR |
| Shorthand alias for SwitchStrategySmoothWeightedRoundRobin. | |
Smooth Weighted Round-Robin task-switching strategy (stk::SwitchStrategySmoothWeightedRoundRobin / stk::SwitchStrategySWRR).
Definition in file stk_strategy_swrrobin.h.