-
Notifications
You must be signed in to change notification settings - Fork 7
semaphore release
Alairion edited this page May 8, 2021
·
3 revisions
nes::semaphore::release
(1) void release();
- Increments the resource counter.
None.
- None.
- May throw an exception if the resource counter can not be incremented.
- On Windows, calls
ReleaseSemaphore
On Posix systems, callssem_post