Home
last modified time | relevance | path

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

/external/v8/src/
Dv8threads.cc204 ThreadState* flying_anchor = in LinkInto() local
207 next_ = flying_anchor->next_; in LinkInto()
208 previous_ = flying_anchor; in LinkInto()
209 flying_anchor->next_ = this; in LinkInto()