Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreading.cpp89 int NewTasksCnt = --InFlightTasks; in runAsync() local
90 if (NewTasksCnt == 0) { in runAsync()