Home
last modified time | relevance | path

Searched refs:GetThreadQosForOtherThread (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/qos/
H A Dqos.cpp79 int QosController::GetThreadQosForOtherThread(enum QosLevel &level, int tid) in GetThreadQosForOtherThread() function in OHOS::QOS::QosController
122 return QosController::GetInstance().GetThreadQosForOtherThread(level, gettid()); in GetThreadQos()
127 return QosController::GetInstance().GetThreadQosForOtherThread(level, tid); in GetQosForOtherThread()
/ohos5.0/foundation/resourceschedule/qos_manager/interfaces/inner_api/
H A Dqos.h38 int GetThreadQosForOtherThread(enum QosLevel &level, int tid);