H5is_library_threadsafe

fnherr_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_tsBoolean value indicating whether the library was built with thread-safety enabled

Returns

Returns a non-negative value if successful;

otherwise returns a negative value.