Searched defs:RTCRITSECTRW (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcritsect.h386 typedef struct RTCRITSECTRW struct
433 } RTCRITSECTRW; typedef in typeref:struct:RTCRITSECTRW
434 AssertCompileSize(RTCRITSECTRW, HC_ARCH_BITS == 32 ? 48 : 64);
436 /** RTCRITSECTRW::u32Magic value. (Eric Allan Dolphy, Jr.) */
438 /** RTCRITSECTRW::u32Magic dead value. */
441 /** @name RTCRITSECTRW::u64State values.
442 * @note Using RTCSRW instead of RTCRITSECTRW to save space.

Completed in 48 milliseconds