Changeset 19943 in vbox
- Timestamp:
- May 23, 2009 3:46:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp
r19940 r19943 110 110 && cNanosElapsed < UINT64_C(60)*1000U*1000U*1000U); 111 111 if (!fPending) 112 RTStrPrintf(pszErr, cchErr, "!Preempt not pending after % llu loops / %llu ns",112 RTStrPrintf(pszErr, cchErr, "!Preempt not pending after %'llu loops / %'llu ns", 113 113 cLoops, cNanosElapsed); 114 114 else if (cLoops == 1) 115 115 RTStrPrintf(pszErr, cchErr, "!cLoops=0\n"); 116 116 else 117 RTStrPrintf(pszErr, cchErr, "RTThreadPreemptIsPending returned true after % llu loops / %llu ns",117 RTStrPrintf(pszErr, cchErr, "RTThreadPreemptIsPending returned true after %'llu loops / %'llu ns", 118 118 cLoops, cNanosElapsed); 119 119 }
Note:
See TracChangeset
for help on using the changeset viewer.