[#BloombergLP-bslmt-FastPostSemaphore-2constructor-029] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/FastPostSemaphore.adoc[FastPostSemaphore]::FastPostSemaphore :relfileprefix: ../../../ :mrdocs: Create a `FastPostSemaphore` object initially having the specified `count`. == Synopsis Declared in `<bslmt_fastpostsemaphore.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FastPostSemaphore( int count, std::chrono::steady_clock const& steadyClock); ---- == Description Use the monotonic system clock as the clock against which the `absTime` timeouts passed to the `timedWait` methods are interpreted (see {Supported Clock‐Types} in the component‐level documentation). == Parameters [cols="1,4"] |=== | Name| Description | *count* | initial number of available resources | *steadyClock* | tag selecting the system monotonic clock |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#