Platform‐specific recursive mutex implementation (forward declaration).

Synopsis

Declared in <bslmt_recursivemuteximpl_pthread.h>

template<class THREAD_POLICY>
class RecursiveMutexImpl;

Specializations

Name

Description

RecursiveMutexImpl<Platform::PosixThreads>

Full specialization of RecursiveMutexImpl for pthreads.

Created with MrDocs