Lines Matching refs:systemTid
904 thread->systemTid = dvmGetSysThreadId();
906 //ALOGI("SYSTEM TID IS %d (pid is %d)", (int) thread->systemTid,
2327 *pSavedThreadPrio = getpriority(PRIO_PROCESS, thread->systemTid);
2330 thread->threadId, thread->systemTid);
2333 if (get_sched_policy(thread->systemTid
2335 thread->threadId, thread->systemTid);
2345 if (set_sched_policy(thread->systemTid, SP_FOREGROUND) != 0) {
2346 ALOGW("Couldn't set fg policy on tid %d", thread->systemTid);
2350 thread->systemTid, *pSavedThreadPolicy);
2360 if (setpriority(PRIO_PROCESS, thread->systemTid, kHigher) != 0) {
2362 thread->systemTid, kHigher);
2366 thread->systemTid, *pSavedThreadPrio, kHigher);
2380 if (set_sched_policy(thread->systemTid, savedThreadPolicy) != 0) {
2382 thread->systemTid, savedThreadPolicy);
2385 thread->systemTid, savedThreadPolicy);
2390 if (setpriority(PRIO_PROCESS, thread->systemTid, savedThreadPrio) != 0)
2393 thread->systemTid, savedThreadPrio);
2396 thread->systemTid, savedThreadPrio);
2453 assert(thread->systemTid != 0);
3364 getSchedulerStats(&schedStats, thread->systemTid);
3382 thread->systemTid, getpriority(PRIO_PROCESS, thread->systemTid),
3385 dumpSchedStat(target, thread->systemTid);
3388 dvmDumpNativeStack(target, thread->systemTid);
3462 if (thread->systemTid == tid) {
3590 dvmThreadSelf()->threadId, thread->threadId, thread->systemTid);