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.