Home
last modified time | relevance | path

Searched refs:ReleaseLock (Results 1 – 25 of 25) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/support/
H A Dfxtransactionedlist.cpp125 ReleaseLock(FxDriverGlobals, irql); in LockForEnum()
147 ReleaseLock(FxDriverGlobals, irql); in UnlockFromEnum()
256 ReleaseLock(FxDriverGlobals, irql); in Deleting()
298 ReleaseLock(FxDriverGlobals, irql); in Add()
356 ReleaseLock(FxDriverGlobals, irql); in SearchForAndRemove()
374 ReleaseLock(FxDriverGlobals,irql); in Remove()
521 FxSpinLockTransactionedList::ReleaseLock( in __drv_requiresIRQL()
543 FxWaitLockTransactionedList::ReleaseLock( in _Releases_lock_()
549 m_StateChangeListLock.ReleaseLock(FxDriverGlobals); in _Releases_lock_()
H A Dfxdeviceinterfaceapi.cpp155 pPkgPnp->m_DeviceInterfaceLock.ReleaseLock(pFxDriverGlobals); in __drv_maxIRQL()
270 pPkgPnp->m_DeviceInterfaceLock.ReleaseLock(pFxDriverGlobals); in __drv_maxIRQL()
398 pPkgPnp->m_DeviceInterfaceLock.ReleaseLock(pFxDriverGlobals); in __drv_maxIRQL()
H A Dfxwaitlockapi.cpp184 pLock->ReleaseLock(pFxDriverGlobals); in __drv_maxIRQL()
H A Dfxspinlock.cpp88 FxSpinLock::ReleaseLock( in __drv_requiresIRQL()
H A Dfxspinlockapi.cpp181 pLock->ReleaseLock(); in __drv_minIRQL()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxtransactionedlist.hpp140 ReleaseLock(
256 ReleaseLock(
299 ReleaseLock(
H A Dfxspinlock.hpp59 ReleaseLock(
H A Dfxwaitlock.hpp295 ReleaseLock( in _Releases_lock_()
H A Dfxinterrupt.hpp512 ReleaseLock(
H A Dfxusbdevice.hpp572 m_InterfaceIterationLock.ReleaseLock(GetDriverGlobals()); in _Releases_lock_()
H A Dfxpkgpnp.hpp476 m_PowerStateLock.ReleaseLock(FxDriverGlobals); in _Releases_lock_()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Dinterruptobject.cpp375 ReleaseLock(); in InvokeWakeInterruptEvtIsr()
1703 ReleaseLock(); in InterruptEnableInvokeCallback()
1766 ReleaseLock(); in InterruptDisableInvokeCallback()
1932 FxInterrupt::ReleaseLock( in ReleaseLock() function in FxInterrupt
1956 m_WaitLock->ReleaseLock(GetDriverGlobals()); in ReleaseLock()
1980 p->Interrupt->ReleaseLock(); in _InterruptSynchronizeThunk()
H A Ddevicepwrreqstatemachine.cpp219 m_StateMachineLock.ReleaseLock( in ProcessEvent()
272 pThis->m_StateMachineLock.ReleaseLock( in _ProcessEventInner()
H A Dwakeinterruptstatemachine.cpp226 m_StateMachineLock.ReleaseLock( in ProcessEvent()
277 pThis->m_StateMachineLock.ReleaseLock( in _ProcessEventInner()
H A Dselfmanagediostatemachine.cpp323 m_StateMachineLock.ReleaseLock(m_PkgPnp->GetDriverGlobals()); in ProcessEvent()
H A Dpnpstatemachine.cpp933 m_PnpMachine.m_StateMachineLock.ReleaseLock(GetDriverGlobals()); in PnpProcessEvent()
981 This->m_PnpMachine.m_StateMachineLock.ReleaseLock( in _PnpProcessEventInner()
3462 m_DeviceInterfaceLock.ReleaseLock(GetDriverGlobals()); in PnpEnableInterfacesAndRegisterWmi()
3851 m_DeviceInterfaceLock.ReleaseLock(GetDriverGlobals()); in PnpDisableInterfaces()
H A Dfxinterruptapi.cpp853 pFxInterrupt->ReleaseLock(); in WDFEXPORT()
H A Dfxpkgpnp.cpp314 m_QueryInterfaceLock.ReleaseLock(GetDriverGlobals()); in Dispose()
1614 m_QueryInterfaceLock.ReleaseLock(GetDriverGlobals()); in HandleQueryInterface()
3767 m_PowerPolicyMachine.m_StateMachineLock.ReleaseLock( in PowerPolicySetSxWakeState()
5060 m_QueryInterfaceLock.ReleaseLock(GetDriverGlobals()); in AddQueryInterface()
H A Dpowerstatemachine.cpp1286 m_PowerMachine.m_StateMachineLock.ReleaseLock(GetDriverGlobals()); in PowerProcessEvent()
1339 This->m_PowerMachine.m_StateMachineLock.ReleaseLock( in _PowerProcessEventInner()
H A Dpowerpolicystatemachine.cpp2828 pThis->m_PkgPnp->m_PowerPolicyMachine.m_StateMachineLock.ReleaseLock( in _PowerStateCallback()
3023 m_PowerPolicyMachine.m_StateMachineLock.ReleaseLock( in PowerPolicyProcessEvent()
3078 This->m_PowerPolicyMachine.m_StateMachineLock.ReleaseLock( in _PowerPolicyProcessEventInner()
/reactos/ntoskrnl/lpc/
H A Dclose.c59 BOOLEAN ReleaseLock = (LockFlags & LPCP_LOCK_RELEASE); in LpcpFreeToPortZone() local
106 if ((LockHeld) && !(ReleaseLock)) KeAcquireGuardedMutex(&LpcpLock); in LpcpFreeToPortZone()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/km/
H A Dfxpkgpdokm.cpp260 m_DeviceInterfaceLock.ReleaseLock(GetDriverGlobals()); in PnpQueryResourceRequirements()
H A Dinterruptobjectkm.cpp363 interrupt->ReleaseLock(); in _InterruptThunk()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/um/
H A Dinterruptobjectum.cpp570 ReleaseLock(); in ThreadpoolWaitCallback()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxdevice.cpp1981 m_PkgPnp->m_DeviceInterfaceLock.ReleaseLock(GetDriverGlobals()); in IsInterfaceRegistered()