Atomically increase the count of this timed semaphore by the specified value. The behavior is undefined unless value > 0.

Synopsis

Declared in <bslmt_timedsemaphore.h>

void
post(int value);

Parameters

Name

Description

value

amount by which to increase the semaphore count

Created with MrDocs