diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-09-15 13:51:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-09-15 13:51:11 (GMT) |
commit | 96c26d2b17f28af6a25a7cd61449b1bac06b996d (patch) | |
tree | c8ded7151713faef770219052a328fcfffcc7dc7 /src/H5TSprivate.h | |
parent | c55acc2d036e5ca6b277d2ee466a58d7bb168c57 (diff) | |
download | hdf5-96c26d2b17f28af6a25a7cd61449b1bac06b996d.zip hdf5-96c26d2b17f28af6a25a7cd61449b1bac06b996d.tar.gz hdf5-96c26d2b17f28af6a25a7cd61449b1bac06b996d.tar.bz2 |
[svn-r19384] Description:
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 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.h | 2 |
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); |