Home
last modified time | relevance | path

Searched refs:SUB_THREAD (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmicro_thread.h173 SUB_THREAD = 3, ///< sub thread, run simple task. enumerator
241 return (SUB_THREAD == _type); in IsSubThread()
H A Dmt_api.cpp529 sub->SetType(MicroThread::SUB_THREAD); in mt_exec_all_task()
H A Dmicro_thread.cpp696 while (MicroThread::SUB_THREAD == type) in GetRootThread()