VerifierKeWaitForSingleObject
INT64 __stdcall VerifierKeWaitForSingleObject(
PVOID Object,
_KWAIT_REASON WaitReason,
CHAR WaitMode,
UINT8 Alertable,
_LARGE_INTEGER *Timeout){
_LARGE_INTEGER *v5;
unsigned int v6;
UINT64 v8;
VOID *retaddr;
VOID *Objecta;
Objecta = Object;
v5 = Timeout;
v6 = ViKeWaitForSingleObjectCommon(Object, WaitReason, WaitMode, Alertable, Timeout, v8);
if( ((MmVerifierData & 0x400000) == 0 || ViDeadlockDetectionEnabled) && (v6 & 0xFFFFFF7F) == 0 )
ViKeObjectAcquired(1ui64, &Objecta, v5, retaddr);
return v6;
}Referenced by:
No references.