Changeset 48464 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Sep 12, 2013 10:39:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp
r48463 r48464 372 372 for (;;) 373 373 { 374 RTThreadYield(); 374 375 RTThreadPreemptDisable(&PreemptState); 375 376 uCurrentCpuId = RTMpCpuId(); … … 384 385 RTThreadSleep(cMsSleepGranularity); 385 386 cMsSlept += cMsSleepGranularity; 386 RTThreadYield();387 387 } 388 388
Note:
See TracChangeset
for help on using the changeset viewer.