ExReleaseFastMutexUnsafe
VOID *__stdcall ExReleaseFastMutexUnsafe(PFAST_MUTEX FastMutex){
unsigned __int32 v2;
VOID *result;
FastMutex->Owner = 0i64;
v2 = _InterlockedCompareExchange(&FastMutex->Count, 1, 0);
if( v2 )
ExpReleaseFastMutexContended(FastMutex, v2);
KeAbPostRelease(FastMutex);
return result;
}Referenced by:
CmKtmNotification
CmNotifyRunDown
CmRmFinalizeRecovery
CmSnapshotRMTxArray
CmpCleanupLightWeightTransaction
CmpCommitPreparedLightWeightTransaction
CmpIsCmRm
CmpLazyCommitWorker
CmpLogCheckpoint
CmpNotifyTriggerCheck
CmpPostNotify
CmpQueueLazyCommitWorker
CmpRunDownCmRM
CmpTransInitializeTransaction
CmpTransMgrRollback
CmpTransSearchAddLightWeightTrans
CmpTransSearchAddTrans
ExpGetFirmwareEnvironmentVariable
ExpSetBootEntry
ExpSetDriverEntry
ExpSetFirmwareEnvironmentVariable
FsRtlCancelNotify
FsRtlCheckOplockEx2
FsRtlCheckUpperOplock
FsRtlNotifyCleanup
FsRtlNotifyCleanupAll
FsRtlNotifyFilterChangeDirectory
FsRtlNotifyFilterChangeDirectoryLite
FsRtlNotifyFilterReportChange
FsRtlNotifyFilterReportChangeLiteEx
FsRtlOplockBreakH
FsRtlOplockBreakToNoneEx
FsRtlOplockGetAnyBreakOwnerProcess
FsRtlUninitializeOplock
FsRtlpAcknowledgeOplockBreak
FsRtlpAcknowledgeOplockBreakByCacheFlags
FsRtlpOpBatchBreakClosePending
FsRtlpOplockBreakNotify
FsRtlpOplockFsctrlInternal
FsRtlpOplockStoreKeyForDeleteOperation
FsRtlpRequestExclusiveOplock
FsRtlpRequestShareableOplock
FsRtlpWaitOnIrp
KeInitSystem
KeReleaseGuardedMutexUnsafe
KeStartDynamicProcessor
NtDeleteBootEntry
NtDeleteDriverEntry
NtEnumerateBootEntries
NtEnumerateDriverEntries
NtEnumerateSystemEnvironmentValuesEx
NtGetEnvironmentVariableEx
NtQueryBootEntryOrder
NtQueryBootOptions
NtQueryDriverEntryOrder
NtQueryEnvironmentVariableInfoEx
NtQuerySystemEnvironmentValue
NtSetBootEntryOrder
NtSetBootOptions
NtSetDriverEntryOrder
NtSetSystemEnvironmentValue
SeRegisterLogonSessionTerminatedRoutine
SeRegisterLogonSessionTerminatedRoutineEx
SeUnregisterLogonSessionTerminatedRoutine
SeUnregisterLogonSessionTerminatedRoutineEx
SepNotifyFileSystems
UNLOCK_CM_RM_LIST
UNLOCK_POST_LIST
UNLOCK_TRANSACTION_LIST