Changeset 1816 in vbox for trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp
- Timestamp:
- Mar 29, 2007 6:59:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp
r1 r1816 31 31 #include <iprt/asm.h> 32 32 33 #include "internal/magics.h" 34 33 35 34 36 /******************************************************************************* … … 45 47 lck_spin_t *pSpinLock; 46 48 } RTSPINLOCKINTERNAL, *PRTSPINLOCKINTERNAL; 47 48 /** Magic value for RTSPINLOCKINTERNAL::u32Magic. (Terry Pratchett) */49 #define RTSPINLOCK_MAGIC 0x1948042850 49 51 50
Note:
See TracChangeset
for help on using the changeset viewer.