Searched refs:SetSynchronous (Results 1 – 3 of 3) sorted by relevance
701 void SetSynchronous(bool value);
149 SetSynchronous(synchronous_execution); in CommandInterpreter()2988 void CommandInterpreter::SetSynchronous(bool value) { in SetSynchronous() function in CommandInterpreter
1121 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()