otherwise returns a negative value.
H5is_library_threadsafe
fn
herr_t H5is_library_threadsafe(hbool_t * is_ts)Determines whether the HDF5 library was built with thread-safety enabled.
The HDF5 library, although not internally multi-threaded, can be built with a thread-safety feature enabled that protects internal data structures with a mutex.
Parameters
is_ts | Boolean value indicating whether the library was built with thread-safety enabled |
Returns
Returns a non-negative value if successful;