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

Outline

Purpose

Provide a Darwin implementation of bslmt::Semaphore.

Classes

See also
bslmt_semaphore

Description

This component provides an implementation of bslmt::Semaphore for POSIX threads ("pthreads") according to the POSIX support on Darwin platform, bslmt::SemaphoreImpl<DarwinSemaphore>, via the template specialization:

This template class should not be used (directly) by client code. Clients should instead use bslmt::Semaphore.

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.