Quick Links:

bal | bbl | bdl | bsl

Component bslmt_recursivemuteximpl_pthread
[Package bslmt]

Provide a POSIX implementation of bslmt::RecursiveMutex. More...

Outline
Purpose:
Provide a POSIX implementation of bslmt::RecursiveMutex.
Classes:
bslmt::RecursiveMutexImpl<PosixThreads> POSIX specialization
See also:
Component bslmt_recursivemutex
Description:
This component provides an implementation of bslmt::RecursiveMutex for POSIX threads ("pthreads"), bslmt::RecursiveMutexImpl<PosixThreads>, via the template specialization:
  bslmt::RecursiveMutexImpl<Platform::PosixThreads>
This template class should not be used (directly) by client code. Clients should instead use bslmt::RecursiveMutex.
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.