Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.h360 void runWithSemaphore(llvm::StringRef Name, llvm::StringRef Path,
H A DTUScheduler.cpp1682 runWithSemaphore(Name, Path, std::move(Action), Barrier); in run()
1689 runWithSemaphore(Name, Path, std::move(Action), QuickRunBarrier); in runQuick()
1692 void TUScheduler::runWithSemaphore(llvm::StringRef Name, llvm::StringRef Path, in runWithSemaphore() function in clang::clangd::TUScheduler