Searched refs:mCommandEngineMutex (Results 1 – 3 of 3) sorted by relevance
158 std::lock_guard<std::mutex> lock(mCommandEngineMutex); in executeCommands_2_2()216 using BaseType2_1::mCommandEngineMutex;
160 std::lock_guard<std::mutex> lock(mCommandEngineMutex); in executeCommands_2_3()198 using BaseType2_1::mCommandEngineMutex;
291 std::lock_guard<std::mutex> lock(mCommandEngineMutex); in setInputCommandQueue()310 std::lock_guard<std::mutex> lock(mCommandEngineMutex); in executeCommands()442 std::mutex mCommandEngineMutex; variable