![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
A pthread mutex. More...
#include <stk_c_pthread.h>
Public Attributes | |
| stk_mutex_mem_t | __mem |
| stk_mutex_t * | __handle |
A pthread mutex.
Definition at line 247 of file stk_c_pthread.h.
| stk_mutex_t* pthread_mutex_t::__handle |
Definition at line 250 of file stk_c_pthread.h.
Referenced by anonymous_namespace{stk_c_pthread.cpp}::EnsureMutex(), pthread_cond_timedwait(), pthread_cond_wait(), pthread_mutex_destroy(), pthread_mutex_init(), and pthread_mutex_unlock().
| stk_mutex_mem_t pthread_mutex_t::__mem |
Definition at line 249 of file stk_c_pthread.h.
Referenced by anonymous_namespace{stk_c_pthread.cpp}::EnsureMutex(), and pthread_mutex_init().