BloombergLP::bslmt::TimedSemaphoreImpl<Platform::PosixAdvTimedSemaphore>::post

post overloads

Synopses

Declared in <bslmt_timedsemaphoreimpl_posixadv.h>

Atomically increment the count of the semaphore.

void
post();
» more...

Atomically increment the count by the specified number of the semaphore. The behavior is undefined unless number is a positive value.

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