Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceThreading.h68 GrewOrEnded.notify_one(); in blockingPush()
75 GrewOrEnded.wait(L, [this] { return IsEnded || !empty() || Sequential; });
90 GrewOrEnded.notify_all(); in notifyEnd()
109 std::condition_variable GrewOrEnded; variable