Home
last modified time | relevance | path

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

/external/v8/src/
Dv8threads.cc209 ThreadState* flying_anchor = in LinkInto() local
212 next_ = flying_anchor->next_; in LinkInto()
213 previous_ = flying_anchor; in LinkInto()
214 flying_anchor->next_ = this; in LinkInto()