Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp282 std::mutex FileArrayMutex; in renderFiles() local
290 std::lock_guard<std::mutex> Lock(FileArrayMutex); in renderFiles()