aboutsummaryrefslogtreecommitdiffstats
path: root/libcutils/sched_policy.c
Commit message (Expand)AuthorAgeFilesLines
* fix windows SDK buildBrad Fitzpatrick2010-05-081-1/+3
* More fixes to Binder perf regression from EclairBrad Fitzpatrick2010-05-071-32/+47
* Optimize set_sched_policy(), which gets called in every binder call.Brad Fitzpatrick2010-05-061-16/+22
* system/core: Switch libsysutils & sched_policy LOG -> SLOGSan Mehat2010-03-251-7/+7
* cutils: sched_policy: Make getSchedulerGroup() play nicely with multiple cont...San Mehat2010-03-021-20/+44
* system: sched_policy: Don't return an error when the thread we're trying to m...San Mehat2009-12-031-1/+10
* cutils: sched_policy: Fix bug where we were unable to move backgrounded threa...San Mehat2009-10-291-3/+5
* cutils: schedpolicy: Add debug code to log sched policy transitionsSan Mehat2009-10-291-0/+37
* cutils: Add support for reading a processes scheduler policySan Mehat2009-10-271-3/+88
* Disable sched_policy under Windows.Raphael2009-09-151-0/+6
* libcutils: Dont include kernel header + add definesSan Mehat2009-09-141-1/+8
* libcutils: Add abstracted support for setting scheduler policiesSan Mehat2009-09-121-0/+84