Lines Matching refs:gid
129 uint64_t gid = task->gid; in Submit() local
130 FFRT_SERIAL_QUEUE_TASK_SUBMIT_MARKER(GetQueueId(), gid); in Submit()
148 FFRT_LOGD("submit task[%lu] into %s", gid, name_.c_str()); in Submit()
161 FFRT_LOGD("task [%llu] activate %s", gid, name_.c_str()); in Submit()
164 … FFRT_LOGD("task [%llu] with delay [%llu] activate %s", gid, task->GetDelay(), name_.c_str()); in Submit()
212 FFRT_LOGD("cancel task[%llu] %s succ", task->gid, task->label.c_str()); in Cancel()
216 …FFRT_LOGD("cancel task[%llu] %s failed, task may have been executed", task->gid, task->label.c_str… in Cancel()
227 FFRTFacade::GetQMInstance().UpdateQueueInfo(GetQueueId(), task->gid); in Dispatch()
228 execTaskId_.store(task->gid); in Dispatch()
231 FFRT_LOGD("run task [gid=%llu], queueId=%u", task->gid, GetQueueId()); in Dispatch()
233 FFRT_SERIAL_QUEUE_TASK_EXECUTE_MARKER(task->gid); in Dispatch()
286 FFRT_READY_MARKER(task->gid); // ffrt queue task ready to enque in TransferTask()
288 FFRT_LOGE("failed to insert task [%llu] into %s", task->gid, GetQueueId(), name_.c_str()); in TransferTask()
329 … FFRT_LOGW("failed to set watchdog for task gid=%llu in %s with timeout [%llu us] ", task->gid, in SetTimeoutMonitor()
335 FFRT_LOGD("set watchdog of task gid=%llu of %s succ", task->gid, name_.c_str()); in SetTimeoutMonitor()
348 … name_ << "], queueId:[" << GetQueueId() << "], serial task gid:[" << task->gid << "], task name:[" in RunTimeOutCallback()
437 timeoutTaskId.push_back(it->first->gid); in CheckSchedDeadline()