Changeset 6743 in vbox
- Timestamp:
- Feb 2, 2008 12:30:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/semmutex-linux.cpp
r6742 r6743 57 57 struct RTSEMMUTEXINTERNAL 58 58 { 59 /** Magic value. */60 intptr_t volatile iMagic;61 59 /** The futex state variable. 62 60 * 0 means unlocked. … … 69 67 /** Nesting count. */ 70 68 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.