Home | History | Annotate | Download | only in gold

Lines Matching refs:this_blocker_

53     : this_blocker_(this_blocker), next_blocker_(next_blocker)
58 if (this->this_blocker_ != NULL)
59 delete this->this_blocker_;
65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
66 return this->this_blocker_;
83 Task_token* this_blocker_;
91 // The this_blocker_ and next_blocker_ pointers are passed on to the
168 workqueue->queue_soon(new Unblock_token(this->this_blocker_,
182 Task_token* this_blocker = this->this_blocker_;
253 add_lib_group_symbols->set_blocker(next_blocker, this->this_blocker_);
319 this->this_blocker_,
375 this->this_blocker_,
434 this->this_blocker_,
455 this->this_blocker_,
473 Task_token* this_blocker = this->this_blocker_;
563 if (this->this_blocker_ != NULL)
564 this_blocker_;
569 // We are blocked by this_blocker_. We block next_blocker_. We also
575 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
576 return this->this_blocker_;
647 if (this->this_blocker_ != NULL)
648 delete this->this_blocker_;
658 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
659 return this->this_blocker_;
683 if (this->this_blocker_ != NULL)
684 delete this->this_blocker_;
694 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
695 return this->this_blocker_;
723 if (this->this_blocker_ != NULL)
724 delete this->this_blocker_;
734 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
735 return this->this_blocker_;
783 if (this->this_blocker_ != NULL)
784 delete this->this_blocker_;
789 // We need to wait for THIS_BLOCKER_ and unblock NEXT_BLOCKER_.
794 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
795 return this->this_blocker_;
817 if (this->this_blocker_ != NULL)
818 delete this->this_blocker_;
823 // We need to wait for THIS_BLOCKER_ and unblock NEXT_BLOCKER_.
828 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
829 return this->this_blocker_;
883 if (this->this_blocker_ != NULL)
884 delete this->this_blocker_;
889 // We are blocked by this_blocker_.
894 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked())
895 return this->this_blocker_;