Skip to content

timed_named_mutex~timed_named_mutex

Alairion edited this page May 8, 2021 · 2 revisions

nes::timed_named_mutex::~timed_named_mutex

Functions

(1) ~timed_named_mutex();
  1. Destroys the named mutex object.

This function does not unlocks the mutex.

Parameters

None.

Exceptions

  1. Does not throw.

Implementation details

  1. On Windows, calls CloseHandle
    On Posix systems, unmaps (munmap) and closes (close) the shared memory where the mutex belong
Clone this wiki locally