summaryrefslogtreecommitdiffstats
path: root/libcutils/sched_policy.c
Commit message (Expand)AuthorAgeFilesLines
* am 3859029a: am 7fb0ee0c: Merge "Remove androidGetTid."Elliott Hughes2014-08-181-4/+0
|\
| * Remove androidGetTid.Elliott Hughes2014-08-181-4/+0
* | Move sched_policy.c off bionic's PR_SET_TIMERSLACK_PID.Elliott Hughes2014-07-171-0/+3
* | Use <sys/prctl.h> instead of <linux/prctl.h>.Elliott Hughes2014-07-111-10/+2
* | am a0a461d3: am 82e1b89f: am a32e01d2: Merge "libcutils: turn on -Werror"Mark Salyzyn2014-05-021-9/+10
|\ \ | |/
| * libcutils: turn on -WerrorMark Salyzyn2014-05-011-9/+10
* | Fix build problems caused by commit:Ruchi Kandoi2014-04-241-1/+1
* | Set timer slack value according to thread foreground/background state.Ruchi Kandoi2014-04-231-0/+6
|/
* cutils: sched_policy: remove audio app/sys groups, merge into fgDima Zavin2012-06-041-31/+4
* cutils: sched_policy: make bg group be nested under fgDima Zavin2012-06-041-4/+4
* Revert "Revert "Use O_CLOEXEC when opening cgroup fds.""Jeff Brown2012-05-081-5/+5
* Add stubs for host builds.Jeff Brown2012-05-081-17/+30
* Revert "Use O_CLOEXEC when opening cgroup fds."Jeff Brown2012-05-081-5/+5
* Use O_CLOEXEC when opening cgroup fds.Jeff Brown2012-05-081-5/+5
* Add more SP_ constantsGlenn Kasten2012-04-231-14/+80
* Scheduling group cleanup - add comment, SP_DEFAULTGlenn Kasten2012-04-201-0/+21
* Add get_sched_policy_name() and use in ps and topGlenn Kasten2012-03-151-0/+12
* 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