Changeset 20124 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- May 28, 2009 3:40:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47891
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp
r19969 r20124 148 148 149 149 150 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) 151 { 152 /* RTThreadPreemptIsPending is only reliable of we've got both offsets and size. */ 153 return offQuantumEnd != 0 154 && cbQuantumEnd != 0 155 && offDpcQueueDepth != 0; 156 } 157 158 150 159 RTDECL(void) RTThreadPreemptDisable(PRTTHREADPREEMPTSTATE pState) 151 160 {
Note:
See TracChangeset
for help on using the changeset viewer.