SemysLocalMutexUnlock |
| 01 | Unlocks a locked local mutex object. |
| 02 |
void SemysLocalMutexUnlock(HSemysLocalMutex mutex); |
| 03 |
Parameters:
|
| 04 | Call this function for every call to SemysLocalMutexLock(). It releases the mutually exclusive access and grants other threads to aquire it. |
| 05 |
Reference: SemysThreading.h Implementation: Semys Library See Also: Threading Sub-System, SemysLocalMutexLock() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |