- Timestamp:
- Oct 15, 2014 3:28:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r53026 r53069 156 156 RTThreadSleep(9); 157 157 else 158 while (u32TransactionId == *pu32TransactionId) 159 /* nop */; 158 { 159 if (pu32TransactionId) 160 { 161 while (u32TransactionId == *pu32TransactionId) 162 ASMNopPause(); 163 } 164 else 165 RTThreadSleep(1); 166 } 160 167 } 161 168
Note:
See TracChangeset
for help on using the changeset viewer.