Changeset 49287 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 25, 2013 12:27:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
r48935 r49287 161 161 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) 162 162 { 163 #if 0 /** @todo RTThreadPreemptIsPending isn't good enough on w7 and possibly elsewhere. */ 163 164 /* RTThreadPreemptIsPending is only reliable if we've got both offsets and size. */ 164 165 return g_offrtNtPbQuantumEnd != 0 165 166 && g_cbrtNtPbQuantumEnd != 0 166 167 && g_offrtNtPbDpcQueueDepth != 0; 168 #else 169 return false; 170 #endif 167 171 } 168 172
Note:
See TracChangeset
for help on using the changeset viewer.