KasperskyOS Community Edition 1.1
Contents
Contents
KosMutexUnlock()
This function is declared in the kos/mutex.h
file.
void KosMutexUnlock(KosMutex *mutex);
Unlocks the specified mutex
.
To unlock a recursive mutex, you need to perform the same amount of KosMutexUnlock()
calls to match the amount of times the recursive mutex was locked.