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_spinlock_t Struct Reference
Collaboration diagram for stk_spinlock_t:

Public Attributes

sync::SpinLock handle

Detailed Description

Examples
D:/SVN/private/stk/interop/c/include/stk_c.h.

Definition at line 84 of file stk_c_sync.cpp.

Member Data Documentation

◆ handle

sync::SpinLock stk_spinlock_t::handle

Definition at line 86 of file stk_c_sync.cpp.

Referenced by stk_spinlock_lock(), stk_spinlock_trylock(), and stk_spinlock_unlock().


The documentation for this struct was generated from the following file: