[#BloombergLP-bslmt-TimedSemaphore-post-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/TimedSemaphore.adoc[TimedSemaphore]::post :relfileprefix: ../../../ :mrdocs: Atomically increase the count of this timed semaphore by the specified `value`. The behavior is undefined unless `value > 0`. == Synopsis Declared in `<bslmt_timedsemaphore.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void post(int value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#