Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2001 13:59:32 -0500 (EST)
From:      Daniel Eischen <eischen@vigrid.com>
To:        Ernst de Haan <ernst@jollem.com>
Cc:        Nate Williams <nate@yogotech.com>, java@FreeBSD.ORG
Subject:   Re: Java and libc/libpthread
Message-ID:  <Pine.SUN.3.91.1010306135327.26948B-100000@pcnet1.pcnet.com>
In-Reply-To: <20010306194754.A2318@c187104187.telekabel.chello.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 6 Mar 2001, Ernst de Haan wrote:
> Do the other BSD variants (NetBSD, BSD/OS, etc.) have a similar library? Would
> libpthread be an implementation of the pthread `standard' found in Solaris?

I don't think {Net,Open}BSD have an NxN threading model.  BSD/OS might.
My goal is to keep our libpthread as close to the POSIX/SUSv2 specs
as possible -- the same interface (<pthread.h>) as our current libc_r.
You should should be able to switch between libc_r and libpthread just
by using -lc_r or -lpthread.

-- 
Dan Eischen

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.1010306135327.26948B-100000>