Searched refs:FREE_LIST (Results 1 – 2 of 2) sorted by relevance
113 lazily_archived_thread_state_->LinkInto(ThreadState::FREE_LIST); in RestoreThread()149 state->LinkInto(ThreadState::FREE_LIST); in RestoreThread()192 ThreadState* flying_anchor = list == FREE_LIST in LinkInto()
23 enum List { FREE_LIST, IN_USE_LIST }; enumerator