Create a semaphore initially having the specified count.
Declared in <bslmt_semaphore.h>
explicit
Semaphore(int count);
This method does not return normally unless there are sufficient system resources to construct the object.
| Name | Description |
|---|---|
| count | initial count of the semaphore |