Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1152 std::unique_lock<std::shared_timed_mutex> Lock(BC.CtxMutex); in getFunctionEndLabel()
1161 std::unique_lock<std::shared_timed_mutex> Lock(BC.CtxMutex); in getFunctionColdEndLabel()
1475 std::unique_lock<std::shared_timed_mutex> Lock(BC.CtxMutex);
H A DBinaryContext.h547 mutable std::shared_timed_mutex CtxMutex; variable
549 return std::unique_lock<std::shared_timed_mutex>(CtxMutex); in scopeLock()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp494 std::unique_lock<std::shared_timed_mutex> Lock(BC.CtxMutex); in addBranchInstruction()
H A DExceptions.cpp427 std::unique_lock<std::shared_timed_mutex> Lock(BC.CtxMutex); in updateEHRanges()
H A DBinaryContext.cpp1324 std::unique_lock<std::shared_timed_mutex> WriteCtxLock(CtxMutex, in foldFunction()