Changeset 29255 in vbox for trunk/src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp
- Timestamp:
- May 9, 2010 6:11:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp
r28800 r29255 33 33 #include <iprt/semaphore.h> 34 34 35 #include <iprt/alloc.h>36 35 #include <iprt/assert.h> 37 36 #include <iprt/asm.h> 37 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 38 # include <iprt/asm-amd64-x86.h> 39 #endif 38 40 #include <iprt/err.h> 41 #include <iprt/mem.h> 39 42 #include <iprt/mp.h> 40 43 #include <iprt/thread.h>
Note:
See TracChangeset
for help on using the changeset viewer.