BloombergLP::bslmt::SemaphoreImpl<Platform::PosixSemaphore>::post

post overloads

Synopses

Declared in <bslmt_semaphoreimpl_pthread.h>

Atomically increment the count of this semaphore.

void
post();
» more...

Atomically increment the count of this semaphore by the specified number. The behavior is undefined unless number > 0.

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