Searched defs:sched (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/
H A Drenice.c37 #include <sched.h>
48 int sched; local
54 sched = sched_getscheduler(pid);
55 switch (sched) {
74 sched_get_priority_min(sched), sched_get_priority_max(sched));
H A Dps.c46 int prio, nice, rtprio, sched, psr; local
131 sched = atoi(nexttok(&ptr)); // scheduling policy
165 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched);

Completed in 161 milliseconds