Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
how operating system assigns different tasks to quad-core
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Shaosong Li  
View profile  
 More options Oct 26 2012, 12:22 am
From: Shaosong Li <shaosong2...@gmail.com>
Date: Thu, 25 Oct 2012 21:22:09 -0700 (PDT)
Local: Fri, Oct 26 2012 12:22 am
Subject: how operating system assigns different tasks to quad-core

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Prabagaran Thangavel  
View profile  
 More options Nov 5 2012, 7:55 am
From: Prabagaran Thangavel <prabagara...@gmail.com>
Date: Mon, 5 Nov 2012 18:24:38 +0530
Local: Mon, Nov 5 2012 7:54 am
Subject: Re: [android-kernel] how operating system assigns different tasks to quad-core

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »