![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
A pthread spinlock. More...
#include <stk_c_pthread.h>
Public Attributes | |
| stk_spinlock_mem_t | __mem |
| stk_spinlock_t * | __handle |
A pthread spinlock.
Definition at line 310 of file stk_c_pthread.h.
| stk_spinlock_t* pthread_spinlock_t::__handle |
Definition at line 313 of file stk_c_pthread.h.
Referenced by pthread_spin_destroy(), pthread_spin_init(), pthread_spin_lock(), pthread_spin_trylock(), and pthread_spin_unlock().
| stk_spinlock_mem_t pthread_spinlock_t::__mem |
Definition at line 312 of file stk_c_pthread.h.
Referenced by pthread_spin_init().