Changeset 20124 in vbox for trunk/src/VBox/Runtime/r0drv/darwin
- 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/darwin/threadpreempt-r0drv-darwin.cpp
r19919 r20124 123 123 124 124 125 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) 126 { 127 /* yes, we think thaat RTThreadPreemptIsPending is reliable... */ 128 return true; 129 } 130 131 125 132 RTDECL(void) RTThreadPreemptDisable(PRTTHREADPREEMPTSTATE pState) 126 133 {
Note:
See TracChangeset
for help on using the changeset viewer.