LocalMutex :: Lock

01 Locks the LocalMutex object.
02

[C++] void Lock();

03 [C++] The method uses SemysLocalMutexLock() to lock the object.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Threading Sub-System, LocalMutex, Unlock(), SemysLocalMutexLock()

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