BloombergLP::bslmt::RWMutexImpl

Platform-specific implementation of a readers-writer mutex.

Synopsis

Declared in <bslmt_rwmutex.h>

template<class THREAD_POLICY>
struct RWMutexImpl;

Specializations

NameDescription
RWMutexImpl<Platform::PosixThreads> Platform-specific readers-writer mutex implementation for POSIX threads.