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

/vbox/include/iprt/
H A Dassert.h462 /** @def RTAssertDoPanic
468 # define RTAssertDoPanic() RTR0AssertPanicSystem() macro
470 # define RTAssertDoPanic() RTAssertDebugBreak()
484 * If RT_STRICT is defined this macro will invoke RTAssertDoPanic if
489 # define RTAssertPanic() do { if (RTAssertShouldPanic()) RTAssertDoPanic(); } while (0)
1598 * Invokes RTAssertShouldPanic and RTAssertDoPanic.
1604 #define RTAssertReleasePanic() do { RTAssertShouldPanic(); RTAssertDoPanic(); } while (0)
1898 * any way, they will loop for ever if RTAssertDoPanic returns.

Completed in 46 milliseconds