HomeSort by relevance Sort by last modified time
    Searched refs:FREE_LIST (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
v8threads.h 42 enum List {FREE_LIST, IN_USE_LIST};
v8threads.cc 136 lazily_archived_thread_state_->LinkInto(ThreadState::FREE_LIST);
175 state->LinkInto(ThreadState::FREE_LIST);
229 list == FREE_LIST ? free_anchor_ : in_use_anchor_;

Completed in 284 milliseconds