ISchedulingPolicyServicepublic interface ISchedulingPolicyService implements android.os.IInterfaceInitially only provides requestPriority() below, but in longer term
other scheduling policy related services will be collected here. |
Methods Summary |
---|
public int | requestPriority(int pid, int tid, int prio)Move thread tid into appropriate cgroup and assign it priority prio.
The thread group leader of tid must be pid.
There may be restrictions on who can call this.
|
|