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