![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
A pthread condition variable. More...
#include <stk_c_pthread.h>
Public Attributes | |
| stk_cv_mem_t | __mem |
| stk_cv_t * | __handle |
A pthread condition variable.
Definition at line 267 of file stk_c_pthread.h.
| stk_cv_t* pthread_cond_t::__handle |
Definition at line 270 of file stk_c_pthread.h.
Referenced by anonymous_namespace{stk_c_pthread.cpp}::EnsureCond(), pthread_cond_destroy(), and pthread_cond_init().
| stk_cv_mem_t pthread_cond_t::__mem |
Definition at line 269 of file stk_c_pthread.h.
Referenced by anonymous_namespace{stk_c_pthread.cpp}::EnsureCond(), and pthread_cond_init().