From owner-freebsd-hackers Fri Mar 22 09:25:01 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA16608 for hackers-outgoing; Fri, 22 Mar 1996 09:25:01 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA16589 for ; Fri, 22 Mar 1996 09:24:43 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id MAA19850; Thu, 21 Mar 1996 12:32:47 -0800 (PST) Message-Id: <199603212032.MAA19850@ref.tfs.com> Subject: Re: User level threads. To: mmead@Glock.COM (matthew c. mead) Date: Thu, 21 Mar 1996 12:32:47 -0800 (PST) From: "JULIAN Elischer" Cc: msmith@atrad.adelaide.edu.au, darrend@novell.com, freebsd-hackers@freebsd.org In-Reply-To: <199603210609.BAA01153@neon.Glock.COM> from "matthew c. mead" at Mar 21, 96 01:09:31 am X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > Michael Smith writes: > > > Darren R. Davis stands accused of saying: > > > > No, I haven't read the FAQ or researched this out. I guess I am looking > > > for the quick answer. I have need of a user-level threads library. Is > > > there a defacto standard in the BSD community? What's the current > > > solution to this problem? > > > FreeBSD-current has pthreads and a thread-safe libc. > if you go to /usr/src/lib/lib_r and type 'make' and make install it will install libc_r which contains in addition to the thread-safe libc, all the normal pthreads- functions.. they are however not completely pthreads complient yet.. > Where can pthreads be found? > > > > -matt > > -- > Matthew C. Mead > > mmead@Glock.COM > http://www.Glock.COM/~mmead/ >