Platform‐specific implementation of a readers‐writer mutex.
Synopsis
Declared in <bslmt_rwmutex.h>
template<class THREAD_POLICY>
struct RWMutexImpl;
Specializations
Name |
Description |
Platform‐specific readers‐writer mutex implementation for POSIX threads. |
Created with MrDocs