Lines Matching refs:tid
999 //LOGI("SYSTEM TID IS %d (pid is %d)\n", (int) thread->systemTid,
2545 LOGW("Couldn't set fg policy on tid %d\n", thread->systemTid);
2548 LOGD("Temporarily moving tid %d to fg (was %d)\n",
2560 LOGW("Couldn't raise priority on tid %d to %d\n",
2564 LOGD("Temporarily raised priority on tid %d (%d -> %d)\n",
2580 LOGW("NOTE: couldn't reset tid %d to (%d)\n",
3407 static int getSchedulerGroup(int tid, char* buf, size_t bufLen)
3414 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid);
3510 char schedstatBuf[64]; // contents of /proc/[pid]/task/[tid]/schedstat
3566 "\"%s\"%s prio=%d tid=%d %s%s\n",
3742 LOGD("threadid=%d: sending two SIGSTKFLTs to threadid=%d (tid=%d) to"