![]() |
SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
A pthread read-write lock. More...
#include <stk_c_pthread.h>
Public Attributes | |
| stk_rwmutex_mem_t | __mem |
| stk_rwmutex_t * | __handle |
| bool | __wrlocked |
A pthread read-write lock.
Definition at line 292 of file stk_c_pthread.h.
| stk_rwmutex_t* pthread_rwlock_t::__handle |
Definition at line 295 of file stk_c_pthread.h.
Referenced by anonymous_namespace{stk_c_pthread.cpp}::EnsureRWLock(), pthread_rwlock_destroy(), pthread_rwlock_init(), and pthread_rwlock_unlock().
| stk_rwmutex_mem_t pthread_rwlock_t::__mem |
Definition at line 294 of file stk_c_pthread.h.
Referenced by anonymous_namespace{stk_c_pthread.cpp}::EnsureRWLock(), and pthread_rwlock_init().
| bool pthread_rwlock_t::__wrlocked |
Definition at line 296 of file stk_c_pthread.h.
Referenced by pthread_rwlock_init(), pthread_rwlock_timedwrlock(), pthread_rwlock_trywrlock(), pthread_rwlock_unlock(), and pthread_rwlock_wrlock().