Searched refs:RTAssertDoPanic (Results 1 - 3 of 3) 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.
/vbox/src/VBox/Runtime/r3/
H A Dalloc-ef.cpp117 RTAssertDoPanic();
666 RTAssertDoPanic();
692 RTAssertDoPanic();
698 RTAssertDoPanic();
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp206 do { if (strcmp(g_apszGroups[def], str)) {printf("%s='%s' expects '%s'\n", #def, g_apszGroups[def], str); RTAssertDoPanic(); } } while (0)

Completed in 333 milliseconds