Home
last modified time | relevance | path

Searched refs:GetFuncQosMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp147 if (ffrt::GetFuncQosMap() == nullptr) {
151 (reinterpret_cast<ffrt::task_attr_private *>(attr))->qos_ = ffrt::GetFuncQosMap()(qos);
395 if (ffrt::GetFuncQosMap() == nullptr) {
399 ffrt::QoS _qos = ffrt::GetFuncQosMap()(qos);
418 if (ffrt::GetFuncQosMap() == nullptr) {
422 ffrt::QoS _qos = ffrt::GetFuncQosMap()(qos);
472 if (ffrt::GetFuncQosMap() == nullptr) {
476 ffrt::QoS _qos = ffrt::GetFuncQosMap()(qos);
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dtimer_api.cpp24 if (ffrt::GetFuncQosMap() == nullptr) { in QosConvert()
28 mappedQos = ffrt::GetFuncQosMap()(qos); in QosConvert()
H A Dpoller_api.cpp23 if (ffrt::GetFuncQosMap() == nullptr) { in QosConvert()
27 mappedQos = ffrt::GetFuncQosMap()(qos); in QosConvert()
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dqos.cpp36 Func_qos_map GetFuncQosMap(void) in GetFuncQosMap() function
H A Dqos.h27 Func_qos_map GetFuncQosMap(void);
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_api.cpp79 (reinterpret_cast<ffrt::queue_attr_private*>(attr))->qos_ = ffrt::GetFuncQosMap()(qos);