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