Platform-specific implementation of a readers-writer mutex.
Declared in <bslmt_rwmutex.h>
template<class THREAD_POLICY>
struct RWMutexImpl;
| Name | Description |
|---|---|
RWMutexImpl<Platform::PosixThreads> | Platform-specific readers-writer mutex implementation for POSIX threads. |