Lines Matching full:priority
43 * "priority" and "tag" determine the values passed to the log calls.
47 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr,
112 LOG_PRI(priority, tag, "%s", out);
137 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority,
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
647 long cutime, cstime, priority, nice, zero, itrealvalue;
660 &cutime, &cstime, &priority, &nice, &zero, &itrealvalue,