Home
last modified time | relevance | path

Searched defs:QueueLock (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTaskQueue.h131 std::mutex QueueLock; variable
H A DThreadPool.h198 std::mutex QueueLock; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp69 std::lock_guard<std::mutex> QueueLock(Mu); in stop() local