Changeset 20130 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- May 28, 2009 3:55:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
r20124 r20130 151 151 { 152 152 /* RTThreadPreemptIsPending is only reliable of we've got both offsets and size. */ 153 return offQuantumEnd != 0154 && cbQuantumEnd != 0155 && offDpcQueueDepth != 0;153 return g_offrtNtPbQuantumEnd != 0 154 && g_cbrtNtPbQuantumEnd != 0 155 && g_offrtNtPbDpcQueueDepth != 0; 156 156 } 157 157
Note:
See TracChangeset
for help on using the changeset viewer.