Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dversion_ctx.h47 SCPUEUTask* nextProducer {nullptr};
84 if (nextProducer != nullptr) { in NotifyNextProducer()
85 nextProducer->DecDepRef(); in NotifyNextProducer()
86 nextProducer = nullptr; in NotifyNextProducer()
H A Dversion_ctx.cpp33 …tic inline void BuildProducerProducerRelationship(VersionCtx* preVersion, SCPUEUTask* nextProducer) in BuildProducerProducerRelationship() argument
36 preVersion->nextProducer = nextProducer; in BuildProducerProducerRelationship()
37 nextProducer->IncDepRef(); in BuildProducerProducerRelationship()