VirtualBox

Changeset 32956 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 6, 2010 4:06:53 PM (14 years ago)
Author:
vboxsync
Message:

Sleep a bit longer.

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

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

    r32954 r32956  
    971971            /* Give up this time slice; virtual time continues */
    972972            STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u);
    973             RTThreadSleep(2);
     973            RTThreadSleep(5);
    974974            STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
    975975            rc = VINF_SUCCESS;
  • trunk/src/VBox/VMM/EMHwaccm.cpp

    r32954 r32956  
    556556            /* Give up this time slice; virtual time continues */
    557557            STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u);
    558             RTThreadSleep(2);
     558            RTThreadSleep(5);
    559559            STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
    560560            rc = VINF_SUCCESS;
  • trunk/src/VBox/VMM/EMRaw.cpp

    r32954 r32956  
    15391539            /* Give up this time slice; virtual time continues */
    15401540            STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u);
    1541             RTThreadSleep(2);
     1541            RTThreadSleep(5);
    15421542            STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
    15431543            rc = VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

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