Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_monitor.cpp82 memset_s(&domainInfoNotify, sizeof(domainInfoNotify), 0, sizeof(domainInfoNotify)); in SetupMonitor()
462 if (blockAwareInit && !BlockawareLoadSnapshot(keyPtr, &domainInfoNotify)) { in Poke()
463 if (workerCtrl.executionNum >= domainInfoNotify.localinfo[qos()].nrBlocked) { in Poke()
465 runningNum = workerCtrl.executionNum - domainInfoNotify.localinfo[qos()].nrBlocked; in Poke()
468 qos(), domainInfoNotify.localinfo[qos()].nrBlocked, workerCtrl.executionNum); in Poke()
562 if (blockAwareInit && !BlockawareLoadSnapshot(keyPtr, &domainInfoNotify)) { in PokeAdd()
563 runningNum = workerCtrl.executionNum - domainInfoNotify.localinfo[qos()].nrBlocked; in PokeAdd()
601 if (blockAwareInit && !BlockawareLoadSnapshot(keyPtr, &domainInfoNotify)) { in PokePick()
[all...]
H A Dcpu_monitor.h121 BlockawareDomainInfoArea domainInfoNotify; member in ffrt::CPUMonitor

Completed in 2 milliseconds