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