Android kernel RenderThread线程调度优先级Debug log
kernel/common/kernel/sched/core.cstatic int __sched_setscheduler(struct task_struct *p, const struct sched_attr *attr, bool user, bool pi){ int newprio = dl_policy(attr->sched_policy) ? MAX_DL_PRIO - 1 : MAX_RT_PRIO - 1 - attr->sc