-
Notifications
You must be signed in to change notification settings - Fork 7
named_mutex unlock
Alairion edited this page May 8, 2021
·
2 revisions
nes::named_mutex::unlock
(1) void unlock();
- Unlocks the mutex.
None.
- None.
- The calling thread must own the mutex.
- Throw a
std::runtime_error
if the unlock operation fails.
- On Windows, calls
ReleaseMutex
On Posix systems, callspthread_mutex_unlock