Changeset 20124 in vbox for trunk/src/VBox/Runtime/r0drv/os2
- 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/os2/thread-r0drv-os2.cpp
r19920 r20124 82 82 83 83 84 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) 85 { 86 /* yes, RTThreadPreemptIsPending is reliable. */ 87 return true; 88 } 89 90 84 91 RTDECL(bool) RTThreadPreemptIsPending(RTTHREAD hThread) 85 92 {
Note:
See TracChangeset
for help on using the changeset viewer.