Atomically increment the count of this semaphore by the specified number. The behavior is undefined unless number > 0.
number
number > 0
Declared in <bslmt_semaphoreimpl_pthread.h>
<bslmt_semaphoreimpl_pthread.h>
void post(int number);