Changeset 30578 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jul 2, 2010 1:25:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/magics.h
r28800 r30578 105 105 /** Magic for the multiple release event semaphore structure. (Isaac Asimov) */ 106 106 #define RTSEMEVENTMULTI_MAGIC UINT32_C(0x19200102) 107 /** Dead magic value for multiple release event semaphore structures. */ 108 #define RTSEMEVENTMULTI_MAGIC_DEAD UINT32_C(0x19920406) 107 109 /** Magic value for RTSEMFASTMUTEXINTERNAL::u32Magic. (John Ronald Reuel Tolkien) */ 108 110 #define RTSEMFASTMUTEX_MAGIC UINT32_C(0x18920103)
Note:
See TracChangeset
for help on using the changeset viewer.