VirtualBox

Changeset 32793 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Sep 28, 2010 1:57:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66242
Message:

One more for crit sections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r32792 r32793  
    441441            if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_TIMER))
    442442                STAM_COUNTER_INC(&pVM->vmm.s.StatRZRetToR3Timer);
     443            else
     444            if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_PDM_CRITSECT))
     445                STAM_COUNTER_INC(&pVM->vmm.s.StatRZRetToR3CritSect);
    443446            else
    444447            if (VMCPU_FF_ISPENDING(pVCpu, VMCPU_FF_TO_R3))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette