VLC  4.0.0-dev
Data Fields
vlc_cond_waiter Struct Reference
Collaboration diagram for vlc_cond_waiter:
Collaboration graph
[legend]

Data Fields

struct vlc_cond_waiter ** pprev
 
struct vlc_cond_waiternext
 
atomic_uint value
 
vlc_cond_tcond
 
vlc_mutex_tmutex
 

Field Documentation

◆ cond

vlc_cond_t* vlc_cond_waiter::cond

◆ mutex

vlc_mutex_t* vlc_cond_waiter::mutex

◆ next

struct vlc_cond_waiter * vlc_cond_waiter::next

◆ pprev

struct vlc_cond_waiter** vlc_cond_waiter::pprev

◆ value

atomic_uint vlc_cond_waiter::value

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