![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Public Member Functions | |
| PrioritySleepRelaxCpuContext () | |
| void | Clear () |
| void | Process () |
Public Attributes | |
| uint32_t | counter |
| PlatformTestMock * | platform |
| ITask * | task1 |
| ITask * | task2 |
Definition at line 187 of file stktest_switchstrategyfpriority.cpp.
|
inline |
Definition at line 189 of file stktest_switchstrategyfpriority.cpp.
References Clear().
|
inline |
Definition at line 194 of file stktest_switchstrategyfpriority.cpp.
References counter, platform, task1, and task2.
Referenced by PrioritySleepRelaxCpuContext().
|
inline |
Definition at line 206 of file stktest_switchstrategyfpriority.cpp.
References counter, platform, stk::Stack::SP, task1, and task2.
| uint32_t stk::test::PrioritySleepRelaxCpuContext::counter |
Definition at line 202 of file stktest_switchstrategyfpriority.cpp.
| PlatformTestMock* stk::test::PrioritySleepRelaxCpuContext::platform |
Definition at line 203 of file stktest_switchstrategyfpriority.cpp.
| ITask* stk::test::PrioritySleepRelaxCpuContext::task1 |
Definition at line 204 of file stktest_switchstrategyfpriority.cpp.
| ITask * stk::test::PrioritySleepRelaxCpuContext::task2 |
Definition at line 204 of file stktest_switchstrategyfpriority.cpp.