![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
A pthread barrier. More...
#include <stk_c_pthread.h>
Public Attributes | |
| stk_barrier_mem_t | __mem |
| stk_barrier_t * | __handle |
A pthread barrier.
Definition at line 328 of file stk_c_pthread.h.
| stk_barrier_t* pthread_barrier_t::__handle |
Definition at line 331 of file stk_c_pthread.h.
Referenced by pthread_barrier_destroy(), pthread_barrier_init(), and pthread_barrier_wait().
| stk_barrier_mem_t pthread_barrier_t::__mem |
Definition at line 330 of file stk_c_pthread.h.
Referenced by pthread_barrier_init().