Lines Matching refs:WorkerThread
44 std::function<void (WorkerThread*)> WorkerLooper;
45 std::function<CPUEUTask* (WorkerThread*)> PickUpTask;
46 std::function<void (const WorkerThread*)> NotifyTaskPicked;
47 std::function<WorkerAction (const WorkerThread*)> WaitForNewAction;
48 std::function<void (WorkerThread*)> WorkerRetired;
49 std::function<void (WorkerThread*)> WorkerPrepare;
50 std::function<PollerRet (const WorkerThread*, int timeout)> TryPoll;
51 std::function<unsigned int (WorkerThread*)> StealTaskBatch;
52 std::function<CPUEUTask* (WorkerThread*)> PickUpTaskBatch;
54 std::function<bool (WorkerThread*)> IsExceedRunningThreshold;
70 static WorkerThread* CreateCPUWorker(const QoS& qos, void* manager);