Android(Linux) Kernel has a scheduler. It basically has one runqueue per
core of the processor(quadcore has 4 runqueue).
Runqueue has list of processes that are ready to run and the scheduler
schedules these process to the cpu.
You can look into *Professional Linux Kernel Architecture *book.
Thanks and Regards,
Prabagaran.
On Fri, Oct 26, 2012 at 9:52 AM, Shaosong Li <shaosong2
...@gmail.com> wrote:
> Hi,
> I am a new guy to android kernel development, recently I am thinking the
> quad-core phones like the samsung galaxy s3. How android kernel uses these
> cores? Does anyone have some experience on this or give some advice where I
> should start with? Thanks.
> --
> unsubscribe: android-kernel+unsubscribe@googlegroups.com
> website: http://groups.google.com/group/android-kernel