Home
last modified time | relevance | path

Searched refs:qos_max (Results 1 - 7 of 7) sorted by relevance

/foundation/resourceschedule/ffrt/src/dfx/perf/
H A Dffrt_perf.h23 static constexpr size_t qos_max = 15; member
24 static inline std::atomic_int worker_num[qos_max] = {0};
25 static inline const char* worker_num_tag[qos_max] = {
43 static inline const char* task_num_tag[qos_max] = {
61 static inline const char* worker_wake_tag[qos_max] = {
82 if (qos >= 0 && qos < static_cast<int>(PerfEU::qos_max)) { in FFRTPerfWorkerIdle()
90 if (qos >= 0 && qos < static_cast<int>(PerfEU::qos_max)) { in FFRTPerfWorkerAwake()
98 if (qos >= 0 && qos < static_cast<int>(PerfEU::qos_max)) { in FFRTPerfWorkerWake()
105 if (qos >= 0 && qos < static_cast<int>(PerfEU::qos_max)) { in FFRTPerfTaskNum()
/foundation/resourceschedule/ffrt/src/sched/
H A Dqos.h43 } else if (qos > static_cast<int>(qos_max)) { in QoS()
44 qos = qos_max; in QoS()
70 return qos_max + 1; in Max()
75 return qos_max + 1; in MaxNum()
H A Dqos.cpp23 qos <= static_cast<int>(qos_max)) { in QoSMap()
43 return qos_max + 1; in QoSMax()
/foundation/resourceschedule/ffrt/test/ut/
H A Ddeadline_test.cpp64 qos = qos_max + 1; in HWTEST_F()
80 qos qos = qos_max + 1; in HWTEST_F()
97 qos qos = qos_max + 1; in HWTEST_F()
111 qos qos = qos_max + 1; in HWTEST_F()
128 qos qos = qos_max + 1; in HWTEST_F()
148 qos = qos_max + 1; in HWTEST_F()
165 qos = qos_max + 1; in HWTEST_F()
/foundation/resourceschedule/ffrt/interfaces/inner_api/c/
H A Dtype_def_ext.h144 qos_max = ffrt_qos_max, enumerator
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.cpp83 if (qos() <= qos_max) { in SetThreadAttr()
H A Dcpu_monitor.cpp70 if (qos > qos_max) { in SetupMonitor()

Completed in 4 milliseconds