[#BloombergLP-bslmt-TimedSemaphoreImpl-04b-post-08d8] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/TimedSemaphoreImpl-04b.adoc[TimedSemaphoreImpl<Platform::PthreadTimedSemaphore>]::post :relfileprefix: ../../../ :mrdocs: Atomically increment the count by the specified `number` of the semaphore. The behavior is undefined unless `number` is a positive value. == Synopsis Declared in `<bslmt_timedsemaphoreimpl_pthread.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void post(int number); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#