Jump to content

KernReleaseSharedMutex: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
==Synopsis==
VOID APIENTRY KernReleaseSharedMutex(KEEMutexLock* ml);
==Description==
Give up an acquired shared mutex.  
Give up an acquired shared mutex.  


==Synopsis==
VOID APIENTRY KernReleaseSharedMutex(KEEMutexLock* ml);


[[Category:Kern]]
[[Category:KEE]]

Revision as of 21:51, 9 June 2017

Give up an acquired shared mutex.

Synopsis

VOID APIENTRY KernReleaseSharedMutex(KEEMutexLock* ml);