summaryrefslogtreecommitdiffstats
path: root/src/H5TSprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-01-15 20:05:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-01-15 20:05:35 (GMT)
commite4b251d90df06d1dcd1a1cdda5ff47c3535a98a1 (patch)
tree0282966011b7b33b829027dc5618657514d24b67 /src/H5TSprivate.h
parent1e89b46eabfe997d94d2cbc4601cf2746a6f1ff4 (diff)
downloadhdf5-e4b251d90df06d1dcd1a1cdda5ff47c3535a98a1.zip
hdf5-e4b251d90df06d1dcd1a1cdda5ff47c3535a98a1.tar.gz
hdf5-e4b251d90df06d1dcd1a1cdda5ff47c3535a98a1.tar.bz2
[svn-r14419] Description:
Streamline threadsafety code to be simpler and reduce latency of holding locks. Tested on: Mac OS X/32 10.5.1 (amazon) w/threadsafe
Diffstat (limited to 'src/H5TSprivate.h')
-rw-r--r--src/H5TSprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5TSprivate.h b/src/H5TSprivate.h
index f817120..0d0b620 100644
--- a/src/H5TSprivate.h
+++ b/src/H5TSprivate.h
@@ -37,7 +37,6 @@
typedef struct H5TS_mutex_struct {
pthread_t owner_thread; /* current lock owner */
- unsigned owner_valid; /* if current lock owner info is valid */
pthread_mutex_t atomic_lock; /* lock for atomicity of new mechanism */
pthread_cond_t cond_var; /* condition variable */
unsigned int lock_count;