Searched refs:CommandObjectMultiwordThread (Results 1 – 3 of 3) sorted by relevance
16 class CommandObjectMultiwordThread : public CommandObjectMultiword {18 CommandObjectMultiwordThread(CommandInterpreter &interpreter);20 ~CommandObjectMultiwordThread() override;
2532 CommandObjectMultiwordThread::CommandObjectMultiwordThread( in CommandObjectMultiwordThread() function in CommandObjectMultiwordThread2611 CommandObjectMultiwordThread::~CommandObjectMultiwordThread() = default;
587 REGISTER_COMMAND_OBJECT("thread", CommandObjectMultiwordThread); in LoadCommandDictionary()