Arch Sub-System: Threading - LocalMutex

01 This class wraps the Lib functions for a LocalMutex object.
02

[C++] class LocalMutex

03

Public Methods

TypeNameDescription
[C++] Constructor() Creates a LocalMutex object.
[C++] Destructor() Destroys the LocalMutex object.
void[C++] Lock() Locks the LocalMutex object.
void[C++] Unlock() Unlocks the LocalMutex object.
04 The functionality this class provides for C++ is built-in for C# using the lock() statement.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System

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