Quick Links:

bal | bbl | bdl | bsl

Component bslmt_muteximpl_win32
[Package bslmt]

Provide a win32 implementation of bslmt::Mutex. More...

Outline
Purpose:
Provide a win32 implementation of bslmt::Mutex.
Classes:
bslmt::MutexImpl<Platform::Win32Threads> win32 specialization
See also:
Component bslmt_mutex
Description:
This component provides an implementation of bslmt::Mutex for Windows (win32), bslmt::MutexImpl<Platform::Win32Threads>, via the template specialization:
  bslmt::MutexImpl<Platform::Win32Threads>
This template class should not be used (directly) by client code. Clients should instead use bslmt::Mutex.
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.