Searched refs:_parseMutex (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lld/lib/Core/ | ||
D | File.cpp | 22 std::lock_guard<std::mutex> lock(_parseMutex); in parse() |
/external/llvm-project/lld/include/lld/Core/ | ||
D | File.h | 239 std::mutex _parseMutex; variable |