Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp790 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()
H A Dmicro_thread.h181 SLEEP_LIST = 0x4, enumerator