Home | History | Annotate | Download | only in gold

Lines Matching defs:this_blocker

47 // of blocks, so we need both this_blocker and next_blocker.
52 Unblock_token(Task_token* this_blocker, Task_token* next_blocker)
53 : this_blocker_(this_blocker), next_blocker_(next_blocker)
121 // We don't need to worry about this_blocker, since we already
182 Task_token* this_blocker = this->this_blocker_;
205 NULL, this_blocker, next_blocker));
206 this_blocker = next_blocker;
245 // just pass NULL as this_blocker.
473 Task_token* this_blocker = this->this_blocker_;
485 this_blocker, next_blocker));
486 this_blocker = next_blocker;
501 NULL, this_blocker, next_blocker));
502 this_blocker = next_blocker;
505 finish_group->set_blocker(this_blocker);