Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.h93 mutable std::mutex DirCachesMutex; variable
DGlobalCompilationDatabase.cpp230 std::lock_guard<std::mutex> Lock(DirCachesMutex); in getDirectoryCaches()