Changeset 30359 in vbox
- Timestamp:
- Jun 22, 2010 9:21:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
r29254 r30359 148 148 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) 149 149 { 150 /* RTThreadPreemptIsPending is only reliable of we've got both offsets and size. */150 /* RTThreadPreemptIsPending is only reliable if we've got both offsets and size. */ 151 151 return g_offrtNtPbQuantumEnd != 0 152 152 && g_cbrtNtPbQuantumEnd != 0
Note:
See TracChangeset
for help on using the changeset viewer.