Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2008 19:13:25 -0800
From:      Alfred Perlstein <alfred@freebsd.org>
To:        Olaf Wagner <wagner@luthien.in-berlin.de>
Cc:        freebsd-threads@freebsd.org
Subject:   Re: FreeBSD Threading Documentation
Message-ID:  <20080211031325.GF99258@elvis.mu.org>
In-Reply-To: <20080211013728.GB54462@luthien.in-berlin.de>
References:  <20080211013728.GB54462@luthien.in-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
* Olaf Wagner <wagner@luthien.in-berlin.de> [080210 18:37] wrote:
> I haven't found much, so I think I'll have to ask here after all:
> 
> Is there any overview article or design document about the
> different threading implementations in FreeBSD?

There have been a few approaches taken over the years,
an N-1(libc_r), N-M(libkse) and N-N (libthr).

Currently FreeBSD supports pthreads using libthr which
is pretty much the same way that Solaris and Linux support
pthreads.

-- 
- Alfred Perlstein



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080211031325.GF99258>