Searched refs:mEngineThread (Results 1 – 2 of 2) sorted by relevance
280 std::unique_ptr<std::thread> mEngineThread; variable
84 mEngineThread = std::make_unique<std::thread>(&DefaultEngine::processCommands, this); in activate()