Last modified: 29 September 2015

Name: H5is_library_threadsafe

Signature:
herr_t H5is_library_threadsafe(/*OUT*/ hbool_t is_ts)

Purpose:
Determine whether the HDF5 Library was built with the thread-safety feature enabled.

Description:
The HDF5 Library, although not internally multithreaded, can optionally be built with a thread-safety feature enabled that protects internal data structures with a mutex. In certain circumstances, it may be useful to determine, at run-time, whether the linked HDF5 Library was built with this thread-safety feature enabled.

Parameters:
hbool_t is_ts     OUT: Boolean value indicating whether the library was built with thread-safety enabled.

Returns:
Returns a non-negative value if successful. Otherwise, returns a negative value.

Fortran Interface:
None

History:
Release     Change
1.8.16 C function introduced with this release.