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