Changeset 20553 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jun 14, 2009 5:21:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c
r20449 r20553 107 107 } 108 108 109 109 110 RTDECL(bool) RTThreadPreemptIsEnabled(RTTHREAD hThread) 110 111 { … … 122 123 } 123 124 125 124 126 RTDECL(bool) RTThreadPreemptIsPendingTrusty(void) 125 127 { … … 127 129 return true; 128 130 } 131 129 132 130 133 RTDECL(void) RTThreadPreemptDisable(PRTTHREADPREEMPTSTATE pState)
Note:
See TracChangeset
for help on using the changeset viewer.