SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk_sync_semaphore.h File Reference

Implementation of synchronization primitive: stk::sync::Semaphore. More...

#include "stk_sync_cs.h"
Include dependency graph for stk_sync_semaphore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stk::sync::Semaphore
 Counting semaphore primitive for resource management and signaling. More...

Namespaces

namespace  stk
 Namespace of STK package.
namespace  stk::sync
 Synchronization primitives for task coordination and resource protection.

Detailed Description

Implementation of synchronization primitive: stk::sync::Semaphore.

Definition in file stk_sync_semaphore.h.