Home | History | Annotate | Download | only in synchronization

Lines Matching refs:prev_

173   next_ = prev_ = this;  // Self referencing circular.
210 other->prev_ = prev_;
213 prev_->next_ = other;
214 prev_ = other;
227 return prev_->Extract();
242 next_->prev_ = prev_;
243 prev_->next_ = next_;
245 prev_ = next_ = this;
274 return (next_->prev_ == this) && (prev_->next_ == this);