Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.h367 Semaphore QuickRunBarrier; variable
H A DTUScheduler.cpp1606 Barrier(Opts.AsyncThreadsCount), QuickRunBarrier(Opts.AsyncThreadsCount), in TUScheduler()
1689 runWithSemaphore(Name, Path, std::move(Action), QuickRunBarrier); in runQuick()