Changeset 6744 in vbox
- Timestamp:
- Feb 2, 2008 12:34:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp
r6743 r6744 57 57 struct RTSEMMUTEXINTERNAL 58 58 { 59 /** Magic value. */ 60 intptr_t volatile iMagic; 59 61 /** The futex state variable. 60 62 * 0 means unlocked. … … 67 69 /** Nesting count. */ 68 70 volatile uint32_t cNesting; 69 /** Magic value. */70 intptr_t volatile iMagic;71 71 }; 72 72
Note:
See TracChangeset
for help on using the changeset viewer.