Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceThreading.h75 GrewOrEnded.wait(L, [this] { return IsEnded || !empty() || Sequential; });
78 ShouldNotifyProducer = (size() < NotifyWhenDownToSize) && !IsEnded;
88 IsEnded = true; in notifyEnd()
131 bool IsEnded = false; variable