Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Core/
DFile.cpp22 std::lock_guard<std::mutex> lock(_parseMutex); in parse()
/external/llvm-project/lld/include/lld/Core/
DFile.h239 std::mutex _parseMutex; variable