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.h File Reference

Collection of synchronization primitives (stk::sync namespace). More...

#include "stk_sync_cs.h"
#include "stk_sync_cv.h"
#include "stk_sync_event.h"
#include "stk_sync_eventflags.h"
#include "stk_sync_spinlock.h"
#include "stk_sync_mutex.h"
#include "stk_sync_semaphore.h"
#include "stk_sync_pipe.h"
#include "stk_sync_rwmutex.h"
Include dependency graph for stk_sync.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Detailed Description

Collection of synchronization primitives (stk::sync namespace).

Definition in file stk_sync.h.