FreeRDP
mux_condition_bundle Struct Reference

Data Fields

WINPR_ALIGN64 pthread_mutex_t mux
 
WINPR_ALIGN64 pthread_cond_t cond
 
WINPR_ALIGN64 BOOL val
 

Detailed Description

Definition at line 38 of file libwinpr/thread/thread.h.

Field Documentation

◆ cond

WINPR_ALIGN64 pthread_cond_t mux_condition_bundle::cond

Definition at line 41 of file libwinpr/thread/thread.h.

◆ mux

WINPR_ALIGN64 pthread_mutex_t mux_condition_bundle::mux

Definition at line 40 of file libwinpr/thread/thread.h.

◆ val

WINPR_ALIGN64 BOOL mux_condition_bundle::val

Definition at line 42 of file libwinpr/thread/thread.h.


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