Lines Matching defs:nt
113 int nt = FFRTFacade::GetSchedInstance()->GetScheduler(i).RQSize();
114 if (!nt) {
118 for (int j = 0; j < nt; j++) {
121 FFRT_BBOX_LOG("qos %d: ready queue task <%d/%d> null", i, j, nt);
126 i, j, nt, t->gid, t->label.c_str());
466 int nt = FFRTFacade::GetSchedInstance()->GetScheduler(i).RQSize();
467 if (!nt) {
471 for (int j = 1; j <= nt; j++) {
474 ss << " qos " << i << ": ready queue task <" << j << "/" << nt << ">"
479 ss << " qos " << i << ": ready queue task <" << j << "/" << nt << "> task id "