![]() |
HDF5
1.12.0
|
#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 |
| pthread_mutex_t atomic_lock |
Referenced by H5TS_mutex_lock(), H5TS_mutex_unlock(), and H5TS_pthread_first_thread_init().
| pthread_cond_t cond_var |
Referenced by H5TS_mutex_lock(), H5TS_mutex_unlock(), and H5TS_pthread_first_thread_init().
| CRITICAL_SECTION CriticalSection |
Referenced by H5TS_mutex_lock(), H5TS_mutex_unlock(), H5TS_win32_process_enter(), and H5TS_win32_process_exit().
| unsigned int lock_count |
Referenced by H5TS_mutex_lock(), H5TS_mutex_unlock(), and H5TS_pthread_first_thread_init().
| pthread_t owner_thread |
Referenced by H5TS_mutex_lock().