Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
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&);
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()
Dlayout.cc6229 workqueue->queue(new Task_function(new Close_task_runner(this->options_, in run()
DChangeLog-081511081 * workqueue.h (Task_function::Task_function): Assert that there is