SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk_strategy_swrrobin.h File Reference

Smooth Weighted Round-Robin task-switching strategy (stk::SwitchStrategySmoothWeightedRoundRobin / stk::SwitchStrategySWRR). More...

#include "stk_common.h"
Include dependency graph for stk_strategy_swrrobin.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Smooth Weighted Round-Robin task-switching strategy (stk::SwitchStrategySmoothWeightedRoundRobin / stk::SwitchStrategySWRR).

Definition in file stk_strategy_swrrobin.h.