Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.h168 enum ThreadType enum
202 MicroThread(ThreadType type = NORMAL);
227 void SetType(ThreadType type) { in SetType()
230 ThreadType GetType(void) { in GetType()
291 ThreadType _type;
H A Dmicro_thread.cpp203 MicroThread::MicroThread(ThreadType type) in MicroThread()
692 MicroThread::ThreadType type = _curr_thread->GetType(); in GetRootThread()