VirtualBox

Ignore:
Timestamp:
Dec 18, 2009 3:20:48 PM (15 years ago)
Author:
vboxsync
Message:

IPRT,PDMCritSect: Fixing critsect regression; contains under construction rw deadlock detection code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/magics.h

    r25431 r25491  
    6868#define RTLOCALIPCSESSION_MAGIC     0x19530414
    6969/** The magic value for RTLOCKVALIDATORREC::u32Magic. (Vladimir Vladimirovich Nabokov) */
    70 #define RTLOCKVALIDATORREC_MAGIC    0x18990422
     70#define RTLOCKVALIDATORREC_MAGIC            0x18990422
    7171/** The dead magic value for RTLOCKVALIDATORREC::u32Magic. */
    72 #define RTLOCKVALIDATORREC_MAGIC_DEAD 0x19770702
     72#define RTLOCKVALIDATORREC_MAGIC_DEAD       0x19770702
     73/** The magic value for RTLOCKVALIDATORSHARED::u32Magic. (Agnar Mykle) */
     74#define RTLOCKVALIDATORSHARED_MAGIC         0x19150808
     75/** The magic value for RTLOCKVALIDATORSHARED::u32Magic after deletion. */
     76#define RTLOCKVALIDATORSHARED_MAGIC_DEAD    0x19940115
     77/** The magic value for RTLOCKVALIDATORSHAREDONE::u32Magic. (Jens Ingvald Bjoerneboe) */
     78#define RTLOCKVALIDATORSHAREDONE_MAGIC      0x19201009
     79/** The magic value for RTLOCKVALIDATORSHAREDONE::u32Magic after deletion. */
     80#define RTLOCKVALIDATORSHAREDONE_MAGIC_DEAD 0x19760509
    7381/** Magic number for RTMEMCACHEINT::u32Magic. (Joseph Weizenbaum) */
    7482#define RTMEMCACHE_MAGIC            0x19230108
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette