Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp84 std::mutex &getCrashRecoveryContextMutex() { in getCrashRecoveryContextMutex() function
141 std::lock_guard<std::mutex> L(getCrashRecoveryContextMutex()); in Enable()
150 std::lock_guard<std::mutex> L(getCrashRecoveryContextMutex()); in Disable()