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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp89 static ManagedStatic<std::mutex> gCrashRecoveryContextMutex; variable
134 std::lock_guard<std::mutex> L(*gCrashRecoveryContextMutex);
143 std::lock_guard<std::mutex> L(*gCrashRecoveryContextMutex);

Completed in 103 milliseconds