Atomically increment the count of this semaphore by the specified number. The behavior is undefined unless number > 0.
Synopsis
Declared in <bslmt_semaphoreimpl_pthread.h>
void
post(int number);
Created with MrDocs