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);

Create a FastPostSemaphoreImpl object initially having the specified count.

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

Parameters

Name

Description

clockType

clock used to interpret timedWait timeouts

count

initial semaphore count

Created with MrDocs