Home
last modified time | relevance | path

Searched refs:wakeupCond (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_monitor.cpp83 wakeupCond.check_ahead = false; in SetupMonitor()
84 wakeupCond.global.low = 0; in SetupMonitor()
85 wakeupCond.global.high = 0; in SetupMonitor()
87 wakeupCond.local[i].low = 0; in SetupMonitor()
89 wakeupCond.local[i].high = ctrlQueue[i].maxConcurrency; in SetupMonitor()
90 wakeupCond.global.low += wakeupCond.local[i].low; in SetupMonitor()
91 wakeupCond.global.high += wakeupCond.local[i].high; in SetupMonitor()
93 wakeupCond in SetupMonitor()
[all...]
H A Dcpu_monitor.h119 BlockawareWakeupCond wakeupCond; member in ffrt::CPUMonitor

Completed in 2 milliseconds