Platform‐specific implementation of a readers‐writer mutex.

Synopsis

Declared in <bslmt_rwmutex.h>

template<class THREAD_POLICY>
struct RWMutexImpl;

Specializations

Name

Description

RWMutexImpl<Platform::PosixThreads>

Platform‐specific readers‐writer mutex implementation for POSIX threads.

Created with MrDocs