summaryrefslogtreecommitdiffstats
path: root/core/jni/android_util_Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-8/+0
* Eliminate single-process mode.Jeff Brown2011-07-081-16/+8
* Remove dead code related to gettidGlenn Kasten2011-06-031-12/+1
* Replace a custom AndroidRuntime::findClass with a more targeted fix.Elliott Hughes2011-04-131-11/+0
* More native code cleanup.Elliott Hughes2011-04-121-5/+0
* More JNI exception-throwing cleanup.Elliott Hughes2011-04-081-86/+86
* Add system property to turn off scheduling groups.Dianne Hackborn2010-09-071-2/+1
* Add ability to guard a thread against setting its own prio to bgChristopher Tate2010-06-301-0/+39
* Hopefully fix issue #2662536: Why is launcher being killed?Dianne Hackborn2010-05-101-1/+9
* Propagate background scheduling class across processes.Dianne Hackborn2009-12-071-27/+12
* Don't accidentally signal multiple exceptions in setThreadPriority()Christopher Tate2009-12-041-0/+1
* base: process: Abort setting the process group if one of the threads fails to...San Mehat2009-12-031-0/+1
* process: Disable debuggingSan Mehat2009-10-291-1/+1
* process: Add debug code to log process group transitionsSan Mehat2009-10-291-0/+22
* process: Switch to common cutils sched_policy apiSan Mehat2009-09-121-60/+17
* Process: Add support for using scheduler policies instead of cgroups.San Mehat2009-09-101-26/+41
* am 7e63789a: android: cgroups: Don\'t switch threads >= nice 10 when moving a...San Mehat2009-08-061-1/+18
|\
| * android: cgroups: Don't switch threads >= nice 10 when moving all threads to ...San Mehat2009-08-061-1/+18
* | Make Process.getFreeMemory() return a long instead of an int, to betterMarco Nelissen2009-07-171-4/+4
* | am 7d619f18: framework: process: Set the control group of a thread to the bac...San Mehat2009-06-261-2/+2
|\ \ | |/
| * framework: process: Set the control group of a thread to the background groupSan Mehat2009-06-261-2/+2
* | am 35a47a6e: Merge change 5389 into donutAndroid (Google) Code Review2009-06-251-1/+1
|\ \ | |/
| * Skip spaces and tabs in readProcLines()Amith Yamasani2009-06-251-1/+1
* | am 727f36c6: Merge change 4265 into donutAndroid (Google) Code Review2009-06-161-24/+16
|\ \ | |/
| * process: Fix bug where if a thread exited while we were changing its controlSan Mehat2009-06-151-24/+16
* | am 0e7cf636: Merge change 3725 into donutAndroid (Google) Code Review2009-06-101-19/+27
|\ \ | |/
| * process: Clean up cgroup managementSan Mehat2009-06-101-19/+27
* | move libbinder's header files under includes/binderMathias Agopian2009-05-201-3/+3
|/
* process: Add setProcessGroup() hidden API call to set the cgroup ofSan Mehat2009-05-191-0/+31
* Add support for changing a threads scheduler group. Three groups are availabl...San Mehat2009-04-271-0/+79
* AI 146853: Add kernel wakelock data to batteryinfo dump.Evan Millar2009-04-181-39/+62
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+749
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-749/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+6
* Initial ContributionThe Android Open Source Project2008-10-211-0/+743