Searched refs:CommandObjectMultiwordThread (Results 1 – 3 of 3) sorted by relevance
21 class CommandObjectMultiwordThread : public CommandObjectMultiword25 CommandObjectMultiwordThread (CommandInterpreter &interpreter);28 ~CommandObjectMultiwordThread ();
2223 CommandObjectMultiwordThread::CommandObjectMultiwordThread (CommandInterpreter &interpreter) : in CommandObjectMultiwordThread() function in CommandObjectMultiwordThread2288 CommandObjectMultiwordThread::~CommandObjectMultiwordThread () in ~CommandObjectMultiwordThread()
443 m_command_dict["thread"] = CommandObjectSP (new CommandObjectMultiwordThread (*this)); in LoadCommandDictionary()