![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
A pthread_once() control object. More...
#include <stk_c_pthread.h>
Public Attributes | |
| int | __state |
| stk_mutex_mem_t | __mem |
| stk_mutex_t * | __handle |
A pthread_once() control object.
Definition at line 347 of file stk_c_pthread.h.
| stk_mutex_t* pthread_once_t::__handle |
Definition at line 351 of file stk_c_pthread.h.
Referenced by anonymous_namespace{stk_c_pthread.cpp}::EnsureOnceMutex().
| stk_mutex_mem_t pthread_once_t::__mem |
Definition at line 350 of file stk_c_pthread.h.
Referenced by anonymous_namespace{stk_c_pthread.cpp}::EnsureOnceMutex().
| int pthread_once_t::__state |
0 = not started, 1 = running, 2 = done.
Definition at line 349 of file stk_c_pthread.h.
Referenced by pthread_once().