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 <[email protected]>: > 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: [email protected] > website: http://groups.google.com/group/android-kernel -- Regards, Gaggery -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
