From owner-freebsd-hackers Wed Nov 29 1:32:43 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id AF29137B400 for ; Wed, 29 Nov 2000 01:32:41 -0800 (PST) Received: (from aron@localhost) by cs.rice.edu (8.9.0/8.9.0) id DAA13775 for freebsd-hackers@freebsd.org; Wed, 29 Nov 2000 03:32:40 -0600 (CST) Date: Wed, 29 Nov 2000 03:32:40 -0600 (CST) From: Mohit Aron Message-Id: <200011290932.DAA13775@cs.rice.edu> To: freebsd-hackers@freebsd.org Subject: does pthread package support kernel threads ? Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, FreeBSD provides the pthread package (available through the use of the option -pthread to gcc). Does this package use user-level threads or does it use kernel threads ? I believe the kernel supports multiple threads in the same address space using the rfork() system call. - Mohit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message