![]() |
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 | |
| SyncWaitWakeRelaxCpuContext () | |
| void | Process () |
Public Attributes | |
| bool | wake_all |
| uint32_t | counter |
| PlatformTestMock * | platform |
| SyncObjectMock * | sobj |
Definition at line 45 of file stktest_sync.cpp.
|
inline |
Definition at line 47 of file stktest_sync.cpp.
|
inline |
| uint32_t stk::test::SyncWaitWakeRelaxCpuContext::counter |
Definition at line 56 of file stktest_sync.cpp.
Referenced by Process(), and SyncWaitWakeRelaxCpuContext().
| PlatformTestMock* stk::test::SyncWaitWakeRelaxCpuContext::platform |
Definition at line 57 of file stktest_sync.cpp.
Referenced by Process(), and SyncWaitWakeRelaxCpuContext().
| SyncObjectMock* stk::test::SyncWaitWakeRelaxCpuContext::sobj |
Definition at line 58 of file stktest_sync.cpp.
Referenced by Process(), and SyncWaitWakeRelaxCpuContext().
| bool stk::test::SyncWaitWakeRelaxCpuContext::wake_all |
Definition at line 55 of file stktest_sync.cpp.
Referenced by Process(), and SyncWaitWakeRelaxCpuContext().