Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h482 std::atomic_bool WaitForWorkerThreadsCalled; variable
DIceGlobalContext.cpp219 if (WaitForWorkerThreadsCalled.exchange(true)) in waitForWorkerThreads()