Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.h151 std::mutex UpdateIndexMu; variable
DFileIndex.cpp439 std::lock_guard<std::mutex> Lock(UpdateIndexMu); in updatePreamble()
464 std::lock_guard<std::mutex> Lock(UpdateIndexMu); in updateMain()