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