Lines Matching refs:priority

1520      * Set the system thread priority according to the Thread object's
1521 * priority level. We don't usually need to do this, because both the
1525 * a "needs priority update" flag to avoid the redundant call.
1527 int priority = dvmGetFieldInt(self->threadObj,
1529 dvmChangeThreadPriority(self, priority);
1891 * Call the (group, name, priority, daemon) constructor on the Thread.
1893 * provides values for priority and daemon (which are normally inherited
2316 * If the thread is running at below-normal priority, temporarily elevate
2329 ALOGW("Unable to get priority for threadid=%d sysTid=%d",
2342 * Change the priority if we're in the background group.
2356 * lower priority, with 0 being normal.
2361 ALOGW("Couldn't raise priority on tid %d to %d",
2365 ALOGD("Temporarily raised priority on tid %d (%d -> %d)",
2374 * Reset the priority values for the thread in question.
2392 ALOGW("NOTE: couldn't reset priority on thread %d to %d",
2395 ALOGD("Restored priority on %d to %d",
2406 * If we're running at a higher priority, sched_yield() may not do anything,
2449 * running at a reduced priority. If so, bump it up temporarily
3257 int priority;
3269 stats->priority = -1;
3271 stats->priority = sp.sched_priority;
3325 int priority; // java.lang.Thread priority
3349 priority = dvmGetFieldInt(threadObj, gDvm.offJavaLangThread_priority);
3369 priority, thread->threadId, dvmGetThreadStatusStr(thread->status),
3383 schedStats.policy, schedStats.priority, schedStats.group, (int)thread->handle);
3447 schedStats.policy, schedStats.priority, schedStats.group);