Lib Sub-System: Global Lock

01 A Semys Library function with the suffix 'Prot' in its name requires that the global lock is set. It is up to the caller of the function to ensure this state. Either because it already in a locked context or the caller locks and unlocks it manually.
02 All callbacks from the Semys Library are within the locked context.
03 Because the global lock is implemented using a LocalMutex object, trying to lock it recursively will end in a deadlock and is considered an error.
04 Functions:
05 Reference: SemysGlobalLock.h
Implementation: Semys Library

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