Changeset 40871 in vbox for trunk/src/VBox/Runtime/r0drv/os2
- Timestamp:
- Apr 11, 2012 4:27:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp
r40806 r40871 77 77 pThis->u32Magic = RTSPINLOCK_MAGIC; 78 78 pThis->fFlags = fFlags; 79 pThis->fIntSaved = 0;80 79 KernAllocSpinLock(&pThis->Spinlock); 81 80 *pSpinlock = pThis;
Note:
See TracChangeset
for help on using the changeset viewer.