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

/system/core/toolbox/
H A Drenice.c37 #include <sched.h>
49 int sched; local
55 sched = sched_getscheduler(pid);
56 switch (sched) {
75 sched_get_priority_min(sched), sched_get_priority_max(sched));
96 int sched = SCHED_RR; local
109 sched = get_sched(optarg);
143 ret = sched_setscheduler(pid, sched, &sp);
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 110 milliseconds