KernRequestSharedMutex

From EDM2
Jump to: navigation, search

Request a mutex in shared mode. Multiple threads may own the lock. If a thread already owns the lock, then the calling thread will block uninteruptibly. The block id is the address of this mutex. Use KernTryRequestSharedMutex to attempt to acquire the mutexlock without blocking.

Synopsis

VOID APIENTRY KernRequestSharedMutex(KEEMutexLock* ml);

Parameters

ml 
Pointer to a mutexlock structure.