Skip to content

semaphore release

Alairion edited this page May 8, 2021 · 3 revisions

nes::semaphore::release

Functions

(1) void release();
  1. Increments the resource counter.

Parameters

None.

Return value

  1. None.

Exceptions

  1. May throw an exception if the resource counter can not be incremented.

Implementation details

  1. On Windows, calls ReleaseSemaphore
    On Posix systems, calls sem_post
Clone this wiki locally