Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DCoverageExporterJson.cpp175 std::mutex FileArrayMutex; in renderFiles() local
183 std::lock_guard<std::mutex> Lock(FileArrayMutex); in renderFiles()