8#ifndef INCLUDED_BSLMT_RECURSIVEMUTEXIMPL_WIN32
9#define INCLUDED_BSLMT_RECURSIVEMUTEXIMPL_WIN32
68#include <bslscm_version.h>
72#ifdef BSLMT_PLATFORM_WIN32_THREADS
81template <
class THREAD_POLICY>
82class RecursiveMutexImpl;
92class RecursiveMutexImpl<Platform::Win32Threads>
93:
public MutexImpl<Platform::Win32Threads> {
#define BSLS_IDENT(str)
Definition bsls_ident.h:195
Definition bslmt_barrier.h:344