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

Outline

Purpose

Provide a mutex for use below bslmt for windows platform.

Classes

See also
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.