Re: [android-kernel] Android Scheduler

2012-04-23 Thread Deborah Falcone
Android use Linux Scheduler CFS. Scheduler — 5 files — The Android kernel also contains slight changes to the CPU process scheduler and time-keeping algorithms. We don’t know the history of these changes, and the impact was not evident based on a cursory examination. One really crucial point of t

Re: [android-kernel] Android Scheduler

2012-04-23 Thread Tsai Gaggery
I think android has no its own scheduler. It relies on Linux kernel to do the process scheduling. Currently, the default Linux scheduler is CFS. 2012/4/23 DK : > Android scheduler is using the Completely Fair Scheduling(CFS) right? > I would like to know how to add a process (application) to the r

[android-kernel] Android Scheduler

2012-04-23 Thread DK
Android scheduler is using the Completely Fair Scheduling(CFS) right? I would like to know how to add a process (application) to the rbtree (the runqueue)? I would like to know how this can be done, before the user starting that process. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com

Re: [android-kernel] Android scheduler algorithms

2011-11-28 Thread Jack Harvard
I's in the Linux kernel, depending on the version of your Android, for example, in Android V2.3 gingerbread, the scheduling algorithm is CFS (Completely Fair Scheduler). Another one is BFS (Brain Fuck Scheduler). On 25 Nov 2011, at 15:15, Ercan PINAR wrote: > Hello > I'm doing research on the A

[android-kernel] Android scheduler algorithms

2011-11-25 Thread Ercan PINAR
Hello I'm doing research on the Android scheduler algorithms. Where can I find the scheduler algorithms? for the operating systems course. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel