Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.h409 MicroThread* _curr_thread; variable
466 return _curr_thread; in GetActiveThread()
505 MtFrame():_realtime(1){ _curr_thread = NULL; }; in MtFrame()
522 _curr_thread = thread; in SetActiveThread()
H A Dmicro_thread.cpp687 if (NULL == _curr_thread) in GetRootThread()
692 MicroThread::ThreadType type = _curr_thread->GetType(); in GetRootThread()
693 MicroThread *thread = _curr_thread; in GetRootThread()