summaryrefslogtreecommitdiffstats
path: root/src/H5TSprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-09-15 14:49:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-09-15 14:49:13 (GMT)
commitf0939c320dd3ad761aba4edfdbd63c4b2829f20c (patch)
tree1f82bf453de01dc4cc56d9c17510f7ed34b11565 /src/H5TSprivate.h
parent2e7ab5f65fbf01a45f45713d7b77062bb852e119 (diff)
downloadhdf5-f0939c320dd3ad761aba4edfdbd63c4b2829f20c.zip
hdf5-f0939c320dd3ad761aba4edfdbd63c4b2829f20c.tar.gz
hdf5-f0939c320dd3ad761aba4edfdbd63c4b2829f20c.tar.bz2
[svn-r19385] Description:
Bring r19384 from trunk to 1.8 branch: Correct an error I convinced Mike to introduce with the phread_once() code, :-( along with another one that wasn't my fault. Also, clean up warnings and restructure code in the pthread side of the thread-safe code a bit. Tested on: Mac OS X/32 10.6.4 (amazon) w/production + thread-safe (not a configuration that h5committest tests)
Diffstat (limited to 'src/H5TSprivate.h')
-rw-r--r--src/H5TSprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5TSprivate.h b/src/H5TSprivate.h
index 964dcf3..7f55f4f 100644
--- a/src/H5TSprivate.h
+++ b/src/H5TSprivate.h
@@ -110,7 +110,7 @@ extern "C"
{
#endif /* c_plusplus || __cplusplus */
-H5_DLL void H5TS_first_thread_init(void);
+H5_DLL void H5TS_pthread_first_thread_init(void);
H5_DLL herr_t H5TS_mutex_lock(H5TS_mutex_t *mutex);
H5_DLL herr_t H5TS_mutex_unlock(H5TS_mutex_t *mutex);
H5_DLL herr_t H5TS_cancel_count_inc(void);