Searched refs:IMtTaskList (Results 1 – 2 of 2) sorted by relevance
101 typedef vector<IMtTask*> IMtTaskList; typedef103 int mt_exec_all_task(IMtTaskList& req_list);
501 int mt_exec_all_task(IMtTaskList& req_list) in mt_exec_all_task()519 for (IMtTaskList::iterator it = req_list.begin(); it != req_list.end(); ++it) in mt_exec_all_task()