Constructors
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...
| Name | Description |
|---|---|
| clockType | clock used to interpret timedWait timeouts |
| count | initial semaphore count |