Searched refs:PEND_LIST (Results 1 – 2 of 2) sorted by relevance
854 ASSERT(!thread->HasFlag(MicroThread::PEND_LIST)); in InsertPend()855 thread->SetFlag(MicroThread::PEND_LIST); in InsertPend()862 ASSERT(thread->HasFlag(MicroThread::PEND_LIST)); in RemovePend()863 thread->UnsetFlag(MicroThread::PEND_LIST); in RemovePend()
183 PEND_LIST = 0x10, enumerator