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