Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.h69 CompileThread.join(); in waitForCompileThread()
105 std::thread CompileThread; variable
DIceCompileServer.cpp260 std::thread CompileThread([this, &InputStream]() { in run() local
264 CompileThread.join(); in run()
DIceBrowserCompileServer.cpp309 CompileThread = std::thread([this]() { in startCompileThread()