ReactOS 0.4.15-dev-7942-gd23573b
FX_SPIN_LOCK_HISTORY Struct Reference

#include <fxspinlock.hpp>

Collaboration diagram for FX_SPIN_LOCK_HISTORY:

Public Attributes

MxThread OwningThread
 
PFX_SPIN_LOCK_HISTORY_ENTRY CurrentHistory
 
FX_SPIN_LOCK_HISTORY_ENTRY History [FX_SPIN_LOCK_NUM_HISTORY_ENTRIES]
 

Detailed Description

Definition at line 31 of file fxspinlock.hpp.

Member Data Documentation

◆ CurrentHistory

PFX_SPIN_LOCK_HISTORY_ENTRY FX_SPIN_LOCK_HISTORY::CurrentHistory

Definition at line 34 of file fxspinlock.hpp.

Referenced by __drv_raisesIRQL(), __drv_requiresIRQL(), and FxSpinLock::FxSpinLock().

◆ History

Definition at line 36 of file fxspinlock.hpp.

Referenced by __drv_requiresIRQL(), and FxSpinLock::FxSpinLock().

◆ OwningThread

MxThread FX_SPIN_LOCK_HISTORY::OwningThread

Definition at line 32 of file fxspinlock.hpp.

Referenced by __drv_raisesIRQL(), and __drv_requiresIRQL().


The documentation for this struct was generated from the following file: