24#ifndef _SB_THREAD_RW_MUTEX_H_
25#define _SB_THREAD_RW_MUTEX_H_
28#pragma warning( push )
29#pragma warning( disable: 4251 )
158#pragma warning( pop )
SO_PIMPL_BASE_PUBLIC_DECLARATION(SoImageDataAdapter)
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Portable readers...
~SbThreadRWMutex()
Destructor.
int readlock()
Request a read lock (non-exclusive access) for this mutex.
int readunlock()
Release a read lock.
int writeunlock()
Release a write lock.
int writelock()
Request a write lock (exclusive access) for this mutex.
SbThreadRWMutex()
Create a read/write mutex.
SoDEPRECATED SbThreadRWMutex(const SbBool force)