Searched refs:CMICmdCmdListThreadGroups (Results 1 – 3 of 3) sorted by relevance
136 CMICmdCmdListThreadGroups::CMICmdCmdListThreadGroups() in CMICmdCmdListThreadGroups() function in CMICmdCmdListThreadGroups145 m_pSelfCreatorFn = &CMICmdCmdListThreadGroups::CreateSelf; in CMICmdCmdListThreadGroups()156 CMICmdCmdListThreadGroups::~CMICmdCmdListThreadGroups() { in ~CMICmdCmdListThreadGroups()171 bool CMICmdCmdListThreadGroups::ParseArgs() { in ParseArgs()204 bool CMICmdCmdListThreadGroups::Execute() { in Execute()267 bool CMICmdCmdListThreadGroups::Acknowledge() { in Acknowledge()398 CMICmdBase *CMICmdCmdListThreadGroups::CreateSelf() { in CreateSelf()399 return new CMICmdCmdListThreadGroups(); in CreateSelf()
68 class CMICmdCmdListThreadGroups : public CMICmdBase {76 /* ctor */ CMICmdCmdListThreadGroups();85 /* dtor */ ~CMICmdCmdListThreadGroups() override;
111 bOk &= Register<CMICmdCmdListThreadGroups>(); in RegisterAll()