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