Searched refs:SLEEP_LIST (Results 1 – 2 of 2) sorted by relevance
790 ASSERT(!thread->HasFlag(MicroThread::SLEEP_LIST)); in InsertSleep()792 thread->SetFlag(MicroThread::SLEEP_LIST); in InsertSleep()804 ASSERT(thread->HasFlag(MicroThread::SLEEP_LIST)); in RemoveSleep()805 thread->UnsetFlag(MicroThread::SLEEP_LIST); in RemoveSleep()
181 SLEEP_LIST = 0x4, enumerator