RtSemaphore Constructor
Overload List
| Name | Description | |
|---|---|---|
|
|
Initializes a new instance of the RtSemaphore class, specifying the maximum number of concurrent entries, and optionally reserving some entries for the calling thread. |
|
|
|
Initializes a new instance of the RtSemaphore class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, and optionally specifying the name of a system semaphore object. |
|
|
|
Initializes a new instance of the RtSemaphore class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, optionally specifying the name of a system semaphore object, and specifying an out parameter that indicates whether a new system object was created. |
See Also: