Home
last modified time | relevance | path

Searched refs:Task_function (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dworkqueue.h147 class Task_function : public Task
152 Task_function(Task_function_runner* runner, Task_token* blocker, in Task_function() function
157 ~Task_function() in ~Task_function()
186 Task_function(const Task_function&);
187 Task_function& operator=(const Task_function&);
H A Dgold.cc288 workqueue->queue(new Task_function(new Gc_runner(options, in queue_initial_tasks()
298 workqueue->queue(new Task_function(new Middle_runner(options, in queue_initial_tasks()
469 workqueue->queue(new Task_function(new Middle_runner(options, in queue_middle_gc_tasks()
776 workqueue->queue(new Task_function(new Layout_task_runner(options, in queue_middle_tasks()
888 workqueue->queue(new Task_function(new Build_id_task_runner(&options, in queue_final_tasks()
898 workqueue->queue(new Task_function(new Close_task_runner(&options, layout, in queue_final_tasks()
H A Dlayout.cc5679 workqueue->queue(new Task_function(new Close_task_runner(this->options_, in run()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dworkqueue.h147 class Task_function : public Task
152 Task_function(Task_function_runner* runner, Task_token* blocker, in Task_function() function
157 ~Task_function() in ~Task_function()
186 Task_function(const Task_function&);
187 Task_function& operator=(const Task_function&);
H A Dgold.cc288 workqueue->queue(new Task_function(new Gc_runner(options, in queue_initial_tasks()
298 workqueue->queue(new Task_function(new Middle_runner(options, in queue_initial_tasks()
469 workqueue->queue(new Task_function(new Middle_runner(options, in queue_middle_gc_tasks()
782 workqueue->queue(new Task_function(new Layout_task_runner(options, in queue_middle_tasks()
894 workqueue->queue(new Task_function(new Build_id_task_runner(&options, in queue_final_tasks()
904 workqueue->queue(new Task_function(new Close_task_runner(&options, layout, in queue_final_tasks()
H A Dlayout.cc6130 workqueue->queue(new Task_function(new Close_task_runner(this->options_, in run()