HDF5  1.12.0
H5TS_mutex_struct Struct Reference

#include <H5TSprivate.h>

Data Fields

CRITICAL_SECTION CriticalSection
 
pthread_t owner_thread
 
pthread_mutex_t atomic_lock
 
pthread_cond_t cond_var
 
unsigned int lock_count
 

Field Documentation

◆ atomic_lock

pthread_mutex_t atomic_lock

◆ cond_var

pthread_cond_t cond_var

◆ CriticalSection

CRITICAL_SECTION CriticalSection

◆ lock_count

unsigned int lock_count

◆ owner_thread

pthread_t owner_thread

Referenced by H5TS_mutex_lock().


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