Changeset 19966 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- May 24, 2009 6:38:04 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47668
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp
r19965 r19966 109 109 } while ( !fPending 110 110 && cNanosElapsed < UINT64_C(2)*1000U*1000U*1000U 111 && cLoops < 10 U*_1M);111 && cLoops < 100U*_1M); 112 112 if (!fPending) 113 113 RTStrPrintf(pszErr, cchErr, "!Preempt not pending after %'llu loops / %'llu ns",
Note:
See TracChangeset
for help on using the changeset viewer.