VirtualBox

Changeset 19966 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
May 24, 2009 6:38:04 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47668
Message:

tstR0ThreadPreemption.cpp: Don't loop forever.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp

    r19965 r19966  
    109109                    } while (   !fPending
    110110                             && cNanosElapsed < UINT64_C(2)*1000U*1000U*1000U
    111                              && cLoops < 10U*_1M);
     111                             && cLoops < 100U*_1M);
    112112                    if (!fPending)
    113113                        RTStrPrintf(pszErr, cchErr, "!Preempt not pending after %'llu loops / %'llu ns",
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