Changed the ReadWriteMutex to use standard OpenThreads::Mutex to fix
crashes in osgcatch.
This commit is contained in:
@@ -69,7 +69,7 @@ class OSGDB_EXPORT ReadWriteMutex
|
||||
ReadWriteMutex(const ReadWriteMutex&) {}
|
||||
ReadWriteMutex& operator = (const ReadWriteMutex&) { return *(this); }
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
ReentrantMutex _readWriteMutex;
|
||||
ReentrantMutex _readCountMutex;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user