From owner-freebsd-questions Thu Oct 5 11:45:48 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16439 for questions-outgoing; Thu, 5 Oct 1995 11:45:48 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA16434 for ; Thu, 5 Oct 1995 11:45:46 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA02349; Thu, 5 Oct 1995 11:44:46 -0700 From: Terry Lambert Message-Id: <199510051844.LAA02349@phaeton.artisoft.com> Subject: Re: kernel threads To: dfk@cs.dartmouth.edu Date: Thu, 5 Oct 1995 11:44:46 -0700 (MST) Cc: freebsd-questions@freebsd.org In-Reply-To: <199510051604.MAA16912@wildcat.cs.dartmouth.edu> from "David Kotz" at Oct 5, 95 12:04:04 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 457 Sender: owner-questions@freebsd.org Precedence: bulk > > I understand that FreeBSD does not export a thread abstraction to the > user, but does the kernel itself use threads internally? You got that backwards. FreeBSD supports a thread abstraction to the user, but doesn't support kernel threads internally. Look at libpthreads (pthreads package) for thread support. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.