Searched refs:priority (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/
H A DMisc.h71 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr,
110 int priority; member in struct:DebugOutputTarget::__anon30::__anon31
122 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority,
H A DMisc.cpp43 * "priority" and "tag" determine the values passed to the log calls.
47 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr, argument
112 LOG_PRI(priority, tag, "%s", out);
137 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority, argument
144 target->data.log.priority = priority;
180 LOG_PRI_VA(target->data.log.priority, target->data.log.tag,
508 * in a loop. The problem with sched_yield is that, for a high-priority
646 long cutime, cstime, priority, nice, zero, itrealvalue;
659 &cutime, &cstime, &priority,
[all...]
H A DThread.cpp1516 * Set the system thread priority according to the Thread object's
1517 * priority level. We don't usually need to do this, because both the
1521 * a "needs priority update" flag to avoid the redundant call.
1523 int priority = dvmGetFieldInt(self->threadObj, local
1525 dvmChangeThreadPriority(self, priority);
1888 * Call the (group, name, priority, daemon) constructor on the Thread.
1890 * provides values for priority and daemon (which are normally inherited
2312 * If the thread is running at below-normal priority, temporarily elevate
2325 ALOGW("Unable to get priority for threadid=%d sysTid=%d",
2338 * Change the priority i
[all...]

Completed in 63 milliseconds