[#BloombergLP-bslmt-FastPostSemaphoreImpl-post-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/FastPostSemaphoreImpl.adoc[FastPostSemaphoreImpl]::post :relfileprefix: ../../../ :mrdocs: `post` overloads == Synopses Declared in `<bslmt_fastpostsemaphoreimpl.h>` Atomically increment the count of this semaphore. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bslmt/FastPostSemaphoreImpl/post-0b.adoc[post](); ---- [.small]#xref:BloombergLP/bslmt/FastPostSemaphoreImpl/post-0b.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/FastPostSemaphoreImpl/post-02.adoc[post](int value); ---- [.small]#xref:BloombergLP/bslmt/FastPostSemaphoreImpl/post-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#