Quick Links:

bal | bbl | bdl | bsl

Component bsls_bsllockimpl_win32
[Package bsls]

Provide a mutex for use below bslmt for windows platform. More...

Outline
Purpose:
Provide a mutex for use below bslmt for windows platform.
Classes:
bsls::BslLockImpl_win32 windows mutex
See also:
Component bslmt_mutex
Description:
This component provides a mutually exclusive lock primitive ("mutex") by wrapping a suitable platform-specific mechanism. The bsls::BslLockImpl_win32 class provides lock and unlock operations. Note that bsls::BslLockImpl_win32 is not intended for direct client use; see bslmt_mutex instead. Also note that bsls::BslLockImpl_win32 is not recursive.
Usage:
This component is an implementation detail of bsls and is not intended for direct client use. It is subject to change without notice. As such, a usage example is not provided.