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