summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r2264] Added Thread-safe feature. This is the phase 1 implementationChee-Wai Lee2000-05-181-0/+141
that all HDF5 API functions are protected by a mutex lock. Basically, serialized all API calls. To use it, use configure --enable-threadsafe --with-pthread