Searched refs:gIsRuntimeAbort (Results 1 – 1 of 1) sorted by relevance
378 static std::atomic<bool> gIsRuntimeAbort = false; variable381 gIsRuntimeAbort = true; in FlagRuntimeAbort()452 bool runtime_abort = gIsRuntimeAbort.exchange(false); in HandleUnexpectedSignalCommon()