BloombergLP::bslmt::Semaphore::post

post overloads

Synopses

Declared in <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.

void
post(int value);
» more...