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

A pthread condition variable. More...

#include <stk_c_pthread.h>

Collaboration diagram for pthread_cond_t:

Public Attributes

stk_cv_mem_t __mem
stk_cv_t__handle

Detailed Description

A pthread condition variable.

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

Definition at line 267 of file stk_c_pthread.h.

Member Data Documentation

◆ __handle

stk_cv_t* pthread_cond_t::__handle

◆ __mem

stk_cv_mem_t pthread_cond_t::__mem

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