![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
#include "stktest.h"Go to the source code of this file.
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
| namespace | stk::test |
| Namespace of the test inventory. | |
Functions | |
| stk::test::TEST_GROUP (SwitchStrategyMonotonic) | |
| stk::test::TEST (SwitchStrategyMonotonic, GetFirstEmpty) | |
| stk::test::TEST (SwitchStrategyMonotonic, SleepNotSupported) | |
| stk::test::TEST (SwitchStrategyMonotonic, OnTaskDeadlineMissedNotSupported) | |
| stk::test::TEST (SwitchStrategyMonotonic, GetNextEmpty) | |
| template<class _SwitchStrategy> | |
| static void | stk::test::TestPriorityNext () |
| stk::test::TEST (SwitchStrategyMonotonic, PriorityNextRM) | |
| stk::test::TEST (SwitchStrategyMonotonic, PriorityNextDM) | |
| template<class _SwitchStrategy> | |
| static void | stk::test::TestAlgorithm () |
| stk::test::TEST (SwitchStrategyMonotonic, AlgorithmRM) | |
| stk::test::TEST (SwitchStrategyMonotonic, AlgorithmDM) | |
| stk::test::TEST (SwitchStrategyMonotonic, FailedWCRT) | |
| stk::test::TEST (SwitchStrategyMonotonic, SchedulableWCRT) | |