Atomically increment the count by the specified number of the semaphore. The behavior is undefined unless number is a positive value.
Declared in <bslmt_timedsemaphoreimpl_pthread.h>
void
post(int number);
| Name | Description |
|---|---|
| number | amount by which to increment the semaphore count |