Home | History | Annotate | Download | only in tsan

Lines Matching defs:list_

425     : list_(0),
434 if (!list_)
436 CHECK(list_);
437 List *head = list_;
438 list_ = list_->next;
447 new_head->next = list_;
448 list_ = new_head;
453 CHECK(list_ == NULL);
460 new_head->next = list_;
461 list_ = new_head;
467 List *list_;