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

/vbox/src/VBox/Runtime/common/misc/
H A Dassert.cpp74 static bool volatile g_fMayPanic = true; variable
93 return ASMAtomicXchgBool(&g_fMayPanic, fMayPanic);
100 return ASMAtomicUoReadBool(&g_fMayPanic);

Completed in 42 milliseconds