Home
last modified time | relevance | path

Searched refs:UpdateQueueInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.h30 void UpdateQueueInfo(uint32_t queueId, const uint64_t &taskId);
H A Dqueue_monitor.cpp111 void QueueMonitor::UpdateQueueInfo(uint32_t queueId, const uint64_t &taskId) in UpdateQueueInfo() function in ffrt::QueueMonitor
H A Dqueue_handler.cpp227 FFRTFacade::GetQMInstance().UpdateQueueInfo(GetQueueId(), task->gid); in Dispatch()