Lines Matching defs:qos
34 ThreadGroup* BindTG(const DevType dev, QoS& qos);
35 void UnbindTG(const DevType dev, QoS& qos);
36 void BindWG(const DevType dev, QoS& qos);
38 void NotifyTaskAdded(const QoS& qos)
41 wManager[static_cast<size_t>(DevType::CPU)]->NotifyTaskAdded(qos);
45 void NotifyWorkers(const QoS& qos, int number)
48 wManager[static_cast<size_t>(DevType::CPU)]->NotifyWorkers(qos, number);
52 void NotifyLocalTaskAdded(const QoS& qos)
55 wManager[static_cast<size_t>(DevType::CPU)]->NotifyLocalTaskAdded(qos);
59 std::mutex* GetSleepCtl(int qos)
61 return wManager[static_cast<size_t>(DevType::CPU)]->GetSleepCtl(qos);