![]() |
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::Mutex. More...
#include "stk_sync_cs.h"Go to the source code of this file.
Classes | |
| class | stk::sync::Mutex |
| Recursive mutex primitive that allows the same thread to acquire the lock multiple times. 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::Mutex.
Definition in file stk_sync_mutex.h.