BDE 4.14.0 Production release
|
Provide a mutex for use below bslmt
.
This component provides a mutually exclusive lock primitive ("mutex") by wrapping a suitable platform-specific mechanism. The bsls::BslLockImpl_pthread
class provides lock
and unlock
operations. Note that bsls::BslLockImpl_pthread
is not intended for direct client use; see bslmt_mutex instead. Also note that bsls::BslLockImpl_pthread
is not recursive.
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.