MutexLock :: Constructor

01 Locks a LocalMutex object.
02

[C++] MutexLock(LocalMutex &mutex);

03 The constructor calls LocalMutex :: Lock() on the passed object and stores the reference for the destructor.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System, MutexLock, LocalMutex :: Lock() Destructor()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.