BloombergLP::bslmt::FastPostSemaphoreImpl::FastPostSemaphoreImpl

Constructors

Synopses

Declared in <bslmt_fastpostsemaphoreimpl.h>

Create a FastPostSemaphoreImpl object initially having a count of 0.

explicit
FastPostSemaphoreImpl(bsls::SystemClockType::Enum clockType = bsls::SystemClockType::e_REALTIME);
» more...

Create a FastPostSemaphoreImpl object initially having the specified count.

explicit
FastPostSemaphoreImpl(
    int count,
    bsls::SystemClockType::Enum clockType = bsls::SystemClockType::e_REALTIME);
» more...

Parameters

NameDescription
clockTypeclock used to interpret timedWait timeouts
countinitial semaphore count