Platform-specific recursive mutex implementation (forward declaration).
Declared in <bslmt_recursivemuteximpl_pthread.h>
template<class THREAD_POLICY>
class RecursiveMutexImpl;
| Name | Description |
|---|---|
RecursiveMutexImpl<Platform::PosixThreads> | Full specialization of RecursiveMutexImpl for pthreads. |