Lines Matching defs:pIns
229 CPUWorkerManager* pIns = reinterpret_cast<CPUWorkerManager*>(manager);
233 [pIns] (WorkerThread* thread) { return pIns->PickUpTaskFromGlobalQueue(thread); },
234 [pIns] (const WorkerThread* thread) { pIns->NotifyTaskPicked(thread); },
235 [pIns] (const WorkerThread* thread) { return pIns->WorkerIdleAction(thread); },
236 [pIns] (WorkerThread* thread) { pIns->WorkerRetired(thread); },
237 [pIns] (WorkerThread* thread) { pIns->WorkerPrepare(thread); },
238 [pIns] (const WorkerThread* thread, int timeout) { return pIns->TryPoll(thread, timeout); },
239 [pIns] (WorkerThread* thread) { return pIns->StealTaskBatch(thread); },
240 [pIns] (WorkerThread* thread) { return pIns->PickUpTaskBatch(thread); },
242 [pIns] (const WorkerThread* thread) { return pIns->IsExceedRunningThreshold(thread); },
243 [pIns] () { return pIns->IsBlockAwareInit(); },
258 SCPUWorkerManager* pIns = reinterpret_cast<SCPUWorkerManager*>(manager);
261 [pIns] (const QoS& qos) { return pIns->IncWorker(qos); },
262 [pIns] (const QoS& qos) { pIns->WakeupWorkers(qos); },
263 [pIns] (const QoS& qos) { return pIns->GetTaskCount(qos); },
264 [pIns] (const QoS& qos) { return pIns->GetWorkerCount(qos); },