SemysGlobalUnlock |
01 | Unlocks the global lock. |
02 |
void SemysGlobalUnlockPub(void); |
03 | Call this function to leave the global locked context. |
04 | The function with the suffix 'Pub' is the 'public' variant (for the code that uses the Semys Library). 'Priv' is for Semys Library internal use (it is made inline to use the actual lock object without an extra call frame). |
05 |
Reference: SemysGlobalLock.h Implementation: Semys Library See Also: Global Lock Sub-System, SemysGlobalLock() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |