Lines Matching refs:gid
95 FFRT_TRACE_BEGIN(("submit|" + std::to_string(task->gid)).c_str());
96 FFRT_LOGD("submit task[%lu], name[%s]", task->gid, task->label.c_str());
111 if (attr != nullptr && IsValidTimeout(task->gid, attr->timeout_)) {
113 AddTaskToWatchdog(task->gid);
114 SendTimeoutWatchdog(task->gid, attr->timeout_, attr->delay_);
150 FFRT_BLOCK_TRACER(task->gid, dep);
160 FFRT_LOGD("Submit completed, enter ready queue, task[%lu], name[%s]", task->gid, task->label.c_str());
175 FFRT_LOGD("onWait name:%s gid=%lu", task->label.c_str(), task->gid);
193 FFRT_BLOCK_TRACER(task->gid, chd);
242 FFRT_LOGD("onWait name:%s gid=%lu", task->label.c_str(), task->gid);
253 FFRT_LOGD("onWait name:%s gid=%lu", sTask->label.c_str(), sTask->gid);
262 FFRT_BLOCK_TRACER(task->gid, dat);
297 RemoveTaskFromWatchdog(task->gid);
370 FFRT_LOGE("skip task [%lu] failed", task->gid);