Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dv8threads.cc183 ThreadState* flying_anchor = list == FREE_LIST in LinkInto() local
186 next_ = flying_anchor->next_; in LinkInto()
187 previous_ = flying_anchor; in LinkInto()
188 flying_anchor->next_ = this; in LinkInto()