Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp242 std::mutex FileArrayMutex; in renderFiles() local
250 std::lock_guard<std::mutex> Lock(FileArrayMutex); in renderFiles()