[#BloombergLP-bslmt-RecursiveMutexImpl-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::RecursiveMutexImpl :relfileprefix: ../../ :mrdocs: Platform‐specific recursive mutex implementation (forward declaration). == Synopsis Declared in `<bslmt_recursivemuteximpl_pthread.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class THREAD_POLICY> class RecursiveMutexImpl; ---- == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/RecursiveMutexImpl-01.adoc[`RecursiveMutexImpl<Platform::PosixThreads>`] | This class provides a full specialization of `RecursiveMutexImpl` for pthreads. If the pthreads implementation supports the "recursive" attribute, then the native implementation is used, otherwise, a portable, efficient implementation is provided. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#