Home
last modified time | relevance | path

Searched refs:gCrashRecoveryContextMutex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp88 static ManagedStatic<std::mutex> gCrashRecoveryContextMutex; variable
140 std::lock_guard<std::mutex> L(*gCrashRecoveryContextMutex); in Enable()
149 std::lock_guard<std::mutex> L(*gCrashRecoveryContextMutex); in Disable()