Lines Matching refs:gid
125 uint64_t gid = task->gid;
126 FFRT_SERIAL_QUEUE_TASK_SUBMIT_MARKER(GetQueueId(), gid);
135 FFRT_LOGD("submit task[%lu] into %s", gid, name_.c_str());
148 FFRT_LOGD("task [%llu] activate %s", gid, name_.c_str());
151 FFRT_LOGD("task [%llu] with delay [%llu] activate %s", gid, task->GetDelay(), name_.c_str());
195 FFRT_LOGD("cancel task[%llu] %s succ", task->gid, task->label.c_str());
199 FFRT_LOGD("cancel task[%llu] %s failed, task may have been executed", task->gid, task->label.c_str());
210 QueueMonitor::GetInstance().UpdateQueueInfo(GetQueueId(), task->gid);
213 FFRT_LOGD("run task [gid=%llu], queueId=%u", task->gid, GetQueueId());
215 FFRT_SERIAL_QUEUE_TASK_EXECUTE_MARKER(task->gid);
262 FFRT_READY_MARKER(task->gid); // ffrt queue task ready to enque
264 FFRT_LOGE("failed to insert task [%llu] into %s", task->gid, name_.c_str());
305 FFRT_LOGW("failed to set watchdog for task gid=%llu in %s with timeout [%llu us] ", task->gid,
311 FFRT_LOGD("set watchdog of task gid=%llu of %s succ", task->gid, name_.c_str());
338 name_ << "], queueId:[" << GetQueueId() << "], serial task gid:[" << task->gid << "], task name:["