VLC  3.0.15
Data Fields
vlc_object_internals Struct Reference
Collaboration diagram for vlc_object_internals:
Collaboration graph
[legend]

Data Fields

char * psz_name
 
void * var_root
 
vlc_mutex_t var_lock
 
vlc_cond_t var_wait
 
atomic_uint refs
 
vlc_destructor_t pf_destructor
 
vlc_object_internals_tnext
 
vlc_object_internals_tprev
 
vlc_object_internals_tfirst
 
vlc_mutex_t tree_lock
 
struct vlc_resresources
 

Field Documentation

◆ first

vlc_object_internals_t* vlc_object_internals::first

◆ next

vlc_object_internals_t* vlc_object_internals::next

◆ pf_destructor

vlc_destructor_t vlc_object_internals::pf_destructor

◆ prev

vlc_object_internals_t* vlc_object_internals::prev

◆ psz_name

char* vlc_object_internals::psz_name

◆ refs

atomic_uint vlc_object_internals::refs

◆ resources

struct vlc_res* vlc_object_internals::resources

◆ tree_lock

vlc_mutex_t vlc_object_internals::tree_lock

◆ var_lock

vlc_mutex_t vlc_object_internals::var_lock

◆ var_root

void* vlc_object_internals::var_root

◆ var_wait

vlc_cond_t vlc_object_internals::var_wait

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