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

A pthread mutex. More...

#include <stk_c_pthread.h>

Collaboration diagram for pthread_mutex_t:

Public Attributes

stk_mutex_mem_t __mem
stk_mutex_t__handle

Detailed Description

A pthread mutex.

Note
Fields are considered private. May be statically initialized with PTHREAD_MUTEX_INITIALIZER, in which case the underlying STK mutex is created lazily on first use.

Definition at line 247 of file stk_c_pthread.h.

Member Data Documentation

◆ __handle

◆ __mem

stk_mutex_mem_t pthread_mutex_t::__mem

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