Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h186 mutable std::shared_timed_mutex BinaryFunctionsMutex; variable
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1351 std::shared_lock<std::shared_timed_mutex> ReadBfsLock(BinaryFunctionsMutex, in foldFunction()
1353 std::unique_lock<std::shared_timed_mutex> WriteBfsLock(BinaryFunctionsMutex, in foldFunction()