Platform-specific implementation of a readers-writer mutex.
Declared in <bslmt_rwmutex.h>
template<class THREAD_POLICY>
struct RWMutexImpl;
| Name | Description |
|---|---|
RWMutexImpl<Platform::PosixThreads> | This is a platform-specific implementation detail that is not intended for use outside of this component. Use the RWMutex class instead. This structure is a wrapper around a POSIX RW lock on Sun (on AIX the POSIX RW lock has poor performance and no writer guarantees). |