![]() |
SuperTinyKernel™ RTOS 1.06.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Implementation of synchronization primitives: stk::sync::Pipe - runtime-sized byte-stream pipe over an external buffer. stk::sync::PipeT<T,N> - compile-time-sized, type-safe pipe with internal storage. More...
Go to the source code of this file.
Classes | |
| class | stk::sync::Pipe |
| Thread-safe FIFO communication pipe for inter-task data passing. More... | |
| class | stk::sync::PipeT< T, N > |
| Thread-safe, type-safe FIFO communication pipe with internal storage. More... | |
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
| namespace | stk::sync |
| Synchronization primitives for task coordination and resource protection. | |
Implementation of synchronization primitives: stk::sync::Pipe - runtime-sized byte-stream pipe over an external buffer. stk::sync::PipeT<T,N> - compile-time-sized, type-safe pipe with internal storage.
Definition in file stk_sync_pipe.h.