Changeset 45540 in vbox
- Timestamp:
- Apr 14, 2013 12:42:00 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85022
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp
r44529 r45540 111 111 112 112 AssertMsg(!(fAstPending & UINT32_C(0xfffff000)), ("%#x\n", fAstPending)); 113 return (fAstPending & (AST_PREEMPT | AST_ URGENT)) != 0;113 return (fAstPending & (AST_PREEMPT | AST_QUANTUM | AST_URGENT)) != 0; 114 114 } 115 115
Note:
See TracChangeset
for help on using the changeset viewer.