-
Notifications
You must be signed in to change notification settings - Fork 7
timed_named_mutex~timed_named_mutex
Alairion edited this page May 8, 2021
·
2 revisions
nes::timed_named_mutex::~timed_named_mutex
(1) ~timed_named_mutex();
- Destroys the named mutex object.
This function does not unlocks the mutex.
None.
- Does not throw.
- On Windows, calls
CloseHandle
On Posix systems, unmaps (munmap
) and closes (close
) the shared memory where the mutex belong