Linux kernel thread model
manish honap
manish_honap_vit at yahoo.co.in
Thu Jun 16 03:06:11 EDT 2011
----- Original Message ----
From: Mulyadi Santosa <mulyadi.santosa at gmail.com>
To: manish honap <manish_honap_vit at yahoo.co.in>
Cc: kernelnewbies at kernelnewbies.org
Sent: Thu, 16 June, 2011 10:45:36 AM
Subject: Re: Linux kernel thread model
On Thu, Jun 16, 2011 at 11:39, manish honap
<manish_honap_vit at yahoo.co.in> wrote:
> Hi all
>
> Can someone please tell me what is the threading model of linux kernel ?
> user space thread:kernel thread process - n:1 or m:n or 1:1
1:1, that is 1 kernel process represent 1 user space thread.... more
about it, google for NPTL paper written by Ulrich Drepper and Ingo
Molnar.
How they understand whether kernel part is scheduled or user part is scheduled ?
More information about the Kernelnewbies
mailing list