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_rwlockattr_t Struct Reference

Read-write lock attributes (currently no settable properties). More...

#include <stk_c_pthread.h>

Public Attributes

int __reserved

Detailed Description

Read-write lock attributes (currently no settable properties).

Note
In particular there is no reader/writer preference setting; the underlying stk_rwmutex_t always applies a writer-preference policy (see stk_rwmutex_read_lock() in stk_c.h).

Definition at line 280 of file stk_c_pthread.h.

Member Data Documentation

◆ __reserved

int pthread_rwlockattr_t::__reserved

Definition at line 282 of file stk_c_pthread.h.

Referenced by pthread_rwlockattr_init().


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