Searched refs:_runlist (Results 1 – 2 of 2) sorted by relevance
605 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()
403 ThreadList _runlist; variable