MutexLock :: Destructor |
01 | Unlocks the LocalMutex object. |
02 |
[C++] ~MutexLock(); |
03 | The destructor calls MutexLock :: Unlock() on the contained LocalMutex object. |
04 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Threading Sub-System, MutexLock, LocalMutex :: Unlock() Constructor() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |