Home
last modified time | relevance | path

Searched refs:preventThreadStarvationInTests (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp17 void BackgroundQueue::preventThreadStarvationInTests() { in preventThreadStarvationInTests() function in clang::clangd::BackgroundQueue
H A DBackground.h112 static void preventThreadStarvationInTests();
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp768 BackgroundQueue::preventThreadStarvationInTests(); in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DBackgroundIndexTests.cpp91 BackgroundIndexTest() { BackgroundQueue::preventThreadStarvationInTests(); } in BackgroundIndexTest()