Atomically increase the count of this semaphore by the specified value. The behavior is undefined unless value > 0.
Declared in <bslmt_fastpostsemaphore.h>
void
post(int value);
| Name | Description |
|---|---|
| value | amount by which to increase the semaphore count |