Searched refs:fMayPanic (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp91 RTDECL(bool) RTAssertSetMayPanic(bool fMayPanic) argument
93 return ASMAtomicXchgBool(&g_fMayPanic, fMayPanic);
H A Dlockvalidator.cpp4446 RTDECL(bool) RTLockValidatorSetMayPanic(bool fMayPanic) argument
4448 return ASMAtomicXchgBool(&g_fLockValidatorMayPanic, fMayPanic);
/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-3.cpp166 bool fMayPanic = RTAssertSetMayPanic(false); local
172 RTAssertSetMayPanic(fMayPanic);
H A DtstRTPipe.cpp500 bool fMayPanic = RTAssertMayPanic();
506 RTAssertSetMayPanic(fMayPanic);
H A DtstRTPoll.cpp420 bool fMayPanic = RTAssertMayPanic(); local
426 RTAssertSetMayPanic(fMayPanic);
H A DtstIprtList.cpp382 bool fMayPanic = RTAssertMayPanic(); local
481 RTAssertSetMayPanic(fMayPanic);
H A DtstUtf8.cpp1517 bool fAreQuiet = RTAssertAreQuiet(), fMayPanic = RTAssertMayPanic(); local
1523 RTAssertSetMayPanic(fMayPanic);

Completed in 84 milliseconds