Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h709 std::mutex RangesMutex; variable
H A DDWARFLinkerCompileUnit.cpp428 std::lock_guard<std::mutex> Guard(RangesMutex); in addFunctionRange()