summaryrefslogtreecommitdiffstats
path: root/test/ttsafe_acreate.c
diff options
context:
space:
mode:
authorChee-Wai Lee <cwlee@ncsa.uiuc.edu>2000-05-18 21:44:13 (GMT)
committerChee-Wai Lee <cwlee@ncsa.uiuc.edu>2000-05-18 21:44:13 (GMT)
commit45ff8f35b8a5c40ac9e909a1d4cb221b6710e544 (patch)
treec5fc84d03d7934aa501126c374be408a0a443e07 /test/ttsafe_acreate.c
parent14fc9bb1007157f5c63918d654a8d0fac7b90f30 (diff)
downloadhdf5-45ff8f35b8a5c40ac9e909a1d4cb221b6710e544.zip
hdf5-45ff8f35b8a5c40ac9e909a1d4cb221b6710e544.tar.gz
hdf5-45ff8f35b8a5c40ac9e909a1d4cb221b6710e544.tar.bz2
[svn-r2268] updated comments for the test for attribute creation for threadsafe hdf-5.
Diffstat (limited to 'test/ttsafe_acreate.c')
-rw-r--r--test/ttsafe_acreate.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ttsafe_acreate.c b/test/ttsafe_acreate.c
index ca94470..26d9aee 100644
--- a/test/ttsafe_acreate.c
+++ b/test/ttsafe_acreate.c
@@ -13,6 +13,9 @@
* dataset), there is a small chance that consecutive reads occur
* before a write to that shared variable.
*
+ * HDF5 APIs exercised in thread:
+ * H5Acreate, H5Awrite, H5Aclose.
+ *
* Created: Oct 5 1999
* Programmer: Chee Wai LEE
*