Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTaskQueue.h94 if (IsTaskInFlight) in async()
98 IsTaskInFlight = true; in async()
113 IsTaskInFlight = false; in completeTask()
128 bool IsTaskInFlight = false; variable