HomeSort by relevance Sort by last modified time
    Searched defs:Workqueue (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
workqueue.cc 0 // workqueue.cc -- the workqueue for gold
28 #include "workqueue.h"
29 #include "workqueue-internal.h"
102 Workqueue_threader_single(Workqueue* workqueue)
103 : Workqueue_threader(workqueue)
117 // Workqueue methods.
119 Workqueue::Workqueue(const General_options& options
    [all...]
workqueue.h 0 // workqueue.h -- the work queue for gold -*- C++ -*-
39 class Workqueue;
41 // The superclass for tasks to be placed on the workqueue. Each
54 // called with the workqueue lock held. If the Task can run, this
63 // workqueue lock held.
69 run(Workqueue*) = 0;
123 // the Workqueue lock.
142 run(Workqueue*, const Task*) = 0;
177 run(Workqueue* workqueue)
    [all...]

Completed in 71 milliseconds