[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200608201239.34415.chase.venters@clientec.com>
Date: Sun, 20 Aug 2006 12:39:11 -0500
From: Chase Venters <chase.venters@...entec.com>
To: "Irfan Habib" <irfan.habib@...il.com>
Cc: "Linux kernel" <linux-kernel@...r.kernel.org>
Subject: Re: Where is pthreads implemented?
On Sunday 20 August 2006 12:35, Irfan Habib wrote:
> Hi,
>
> Where is pthreads implemented in a linux system? Is it in some user
> libraries or in the kernel?
>
You want the Native Posix Thread Library from glibc. The kernel's work is
mostly via the clone() and futex() syscalls.
Thanks,
Chase
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists