Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTaskQueue.h95 if (IsTaskInFlight) in async()
99 IsTaskInFlight = true; in async()
114 IsTaskInFlight = false; in completeTask()
129 bool IsTaskInFlight = false; variable