post overloads
post
Declared in <bslmt_semaphore.h>
<bslmt_semaphore.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.
value
value > 0
void post(int value);
Created with MrDocs