![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Implementation of synchronization primitive: stk::sync::ScopedCriticalSection. More...
#include "stk_helper.h"Go to the source code of this file.
Classes | |
| class | stk::sync::ScopedCriticalSection |
| RAII-style low-level synchronization primitive for atomic code execution. Used as building brick for other stk::sync classes, consider using hw::CriticalSection::ScopedLock implementation instead. More... | |
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
| namespace | stk::sync |
| Synchronization primitives for task coordination and resource protection. | |
Implementation of synchronization primitive: stk::sync::ScopedCriticalSection.
Definition in file stk_sync_cs.h.