SuperTinyKernel™ RTOS 1.08.x
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
pthread_rwlock_t Struct Reference

A pthread read-write lock. More...

#include <stk_c_pthread.h>

Collaboration diagram for pthread_rwlock_t:

Public Attributes

stk_rwmutex_mem_t __mem
stk_rwmutex_t__handle
bool __wrlocked

Detailed Description

A pthread read-write lock.

Note
Fields are considered private. May be statically initialized with PTHREAD_RWLOCK_INITIALIZER, in which case the underlying STK rwmutex is created lazily on first use.
See also
"pthread_rwlock_unlock() disambiguation" in the file-level docs regarding the __wrlocked field.

Definition at line 292 of file stk_c_pthread.h.

Member Data Documentation

◆ __handle

◆ __mem

stk_rwmutex_mem_t pthread_rwlock_t::__mem

◆ __wrlocked

bool pthread_rwlock_t::__wrlocked

The documentation for this struct was generated from the following file: