HomeSort by relevance Sort by last modified time
    Searched refs:next_blocker (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
readsyms.h 57 // NEXT_BLOCKER is used to block the next input file from adding
63 Task_token* this_blocker, Task_token* next_blocker)
68 next_blocker_(next_blocker)
83 Task_token* next_blocker);
137 // one for the previous input file. NEXT_BLOCKER is used to prevent
144 Task_token* next_blocker)
147 sd_(sd), this_blocker_(this_blocker), next_blocker_(next_blocker)
189 // NEXT_BLOCKER is used to block the next input file from adding
194 Task_token* this_blocker, Task_token* next_blocker)
196 this_blocker_(this_blocker), next_blocker_(next_blocker)
    [all...]
readsyms.cc 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)
116 Input_group* input_group, Task_token* next_blocker)
122 // reached it. However, we are removing the blocker on next_blocker
124 // blocker. Since next_blocker may be shared by several tasks, we
126 workqueue->add_blocker(next_blocker);
130 input_group, NULL, NULL, next_blocker));
192 Task_token* next_blocker; local
195 next_blocker = new Task_token(true)
233 Task_token* next_blocker = new Task_token(true); local
482 Task_token* next_blocker = new Task_token(true); local
    [all...]
gold.cc 239 Task_token* next_blocker = new Task_token(true); local
240 next_blocker->add_blocker();
243 NULL, this_blocker, next_blocker));
244 this_blocker = next_blocker;
259 Task_token* next_blocker = new Task_token(true); local
260 next_blocker->add_blocker();
263 this_blocker, next_blocker);
265 this_blocker = next_blocker;
274 Task_token* next_blocker = new Task_token(true); local
275 next_blocker->add_blocker()
453 Task_token* next_blocker = new Task_token(true); local
776 Task_token* next_blocker = new Task_token(true); local
801 Task_token* next_blocker = new Task_token(true); local
    [all...]
archive.h 428 Task_token* next_blocker)
433 next_blocker_(next_blocker)
529 Lib_group* lib, Task_token* next_blocker)
532 next_blocker_(next_blocker)
plugin.cc 415 Plugin_rescan(Task_token* this_blocker, Task_token* next_blocker)
416 : this_blocker_(this_blocker), next_blocker_(next_blocker)
576 Task_token* next_blocker = new Task_token(true); local
577 next_blocker->add_blocker();
578 workqueue->queue(new Plugin_rescan(this->this_blocker_, next_blocker));
579 this->this_blocker_ = next_blocker;
887 Task_token* next_blocker = new Task_token(true); local
888 next_blocker->add_blocker();
902 next_blocker));
903 this->this_blocker_ = next_blocker;
    [all...]
plugin.h 577 Task_token* next_blocker)
580 this_blocker_(this_blocker), next_blocker_(next_blocker)
reloc.h 65 // THIS_BLOCKER and NEXT_BLOCKER are passed along to a Scan_relocs
69 Task_token* this_blocker, Task_token* next_blocker)
71 this_blocker_(this_blocker), next_blocker_(next_blocker)
103 // one is finished. NEXT_BLOCKER prevents the next task from
107 Task_token* next_blocker)
109 this_blocker_(this_blocker), next_blocker_(next_blocker)
144 // one is finished. NEXT_BLOCKER prevents the next task from
148 Task_token* next_blocker)
150 this_blocker_(this_blocker), next_blocker_(next_blocker)
    [all...]
script.h 565 // whether the function took over NEXT_BLOCKER.
571 Task_token* next_blocker, bool* used_next_blocker);
script.cc     [all...]

Completed in 614 milliseconds