Changeset 33393 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Oct 24, 2010 4:17:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66982
- Location:
- trunk/src/VBox/Runtime/r0drv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c
r29250 r33393 89 89 * Defined Constants And Macros * 90 90 *******************************************************************************/ 91 / /#define RTSEMSPINMUTEX_INT_FLAGS_MUST91 /*#define RTSEMSPINMUTEX_INT_FLAGS_MUST*/ 92 92 93 93 /** Validates the handle, returning if invalid. */ -
trunk/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp
r25724 r33393 37 37 38 38 #include <iprt/asm.h> 39 #include <iprt/asm-amd64-x86.h> 39 40 #include <iprt/assert.h> 40 41 #include <iprt/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.