Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp605 while (!_runlist.empty()) in Destroy()
607 thread = _runlist.front(); in Destroy()
608 _runlist.pop(); in Destroy()
716 if (mtframe->_runlist.empty()) in ThreadSchdule()
722 thread = mtframe->_runlist.front(); in ThreadSchdule()
838 _runlist.push(thread); in InsertRunable()
845 ASSERT(thread == _runlist.front()); in RemoveRunable()
848 _runlist.pop(); in RemoveRunable()
H A Dmicro_thread.h403 ThreadList _runlist; variable