![]() |
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::RWMutex. More...
Go to the source code of this file.
Classes | |
| class | stk::sync::RWMutex |
| Reader-Writer Lock synchronization primitive for non-recursive shared and exclusive access. More... | |
| class | stk::sync::RWMutex::ScopedTimedLock |
| RAII wrapper for attempting exclusive write access with a timeout. More... | |
| class | stk::sync::RWMutex::ScopedTimedReadMutex |
| RAII wrapper for attempting shared read access with a timeout. 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::RWMutex.
Definition in file stk_sync_rwmutex.h.