Searched refs:CompileThread (Results 1 – 3 of 3) sorted by relevance
69 CompileThread.join(); in waitForCompileThread()105 std::thread CompileThread; variable
260 std::thread CompileThread([this, &InputStream]() { in run() local264 CompileThread.join(); in run()
309 CompileThread = std::thread([this]() { in startCompileThread()