HomeSort by: relevance | last modified time | path
    Searched defs:CrashRecoveryContext (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CrashRecoveryContext.h 1 //===--- CrashRecoveryContext.h - Crash Recovery ----------------*- C++ -*-===//
26 /// CrashRecoveryContext::Enable(), and then executing unsafe operations via a
27 /// CrashRecoveryContext object. For example:
33 /// CrashRecoveryContext CRC;
46 class CrashRecoveryContext {
51 CrashRecoveryContext();
52 ~CrashRecoveryContext();
69 static CrashRecoveryContext *GetCurrent();
106 /// CrashRecoveryContext.
127 CrashRecoveryContext *context = nullptr
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CrashRecoveryContext.cpp 1 //===--- CrashRecoveryContext.cpp - Crash Recovery ------------------------===//
9 #include "llvm/Support/CrashRecoveryContext.h"
31 // per CrashRecoveryContext and CurrentContext is a thread-local, so only one
35 CrashRecoveryContext *CRC;
42 CrashRecoveryContextImpl(CrashRecoveryContext *CRC) noexcept
60 // If the function ran by the CrashRecoveryContext crashes or fails, then
90 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContext>>
98 CrashRecoveryContext::CrashRecoveryContext() {
100 // CrashRecoveryContext) the Windows CRT removes our installed signal handler
    [all...]

Completed in 19 milliseconds