Home
last modified time | relevance | path

Searched refs:IMtTaskList (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_api.h101 typedef vector<IMtTask*> IMtTaskList; typedef
103 int mt_exec_all_task(IMtTaskList& req_list);
H A Dmt_api.cpp501 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()