Quick Links:

bal | bbl | bdl | bsl

Component bsls_bsllockimpl_pthread
[Package bsls]

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

Outline
Purpose:
Provide a mutex for use below bslmt.
Classes:
bsls::BslLockImpl_pthread pthread 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_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.
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.