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