BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmt_recursivemuteximpl_win32

Outline

Purpose

Provide a win32 implementation of bslmt::RecursiveMutex.

Classes

See also
bslmt_recursivemutex

Description

This component provides an implementation of bslmt::RecursiveMutex for Windows (win32), bslmt::RecursiveMutexImpl<Win32Threads>, via the template specialization:

bslmt::RecursiveMutexImpl<Platform::Win32Threads>

This template class should not be used (directly) by client code. Clients should instead use bslmt::RecursiveMutex.

Usage

This component is an implementation detail of bslmt and is not intended for direct client use. It is subject to change without notice. As such, a usage example is not provided.