Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 1999 19:21:20 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        Julian Elischer <julian@whistle.com>
Cc:        Nate Williams <nate@mt.sri.com>, freebsd-arch@freebsd.org
Subject:   Re: Threads models and FreeBSD.
Message-ID:  <199911010221.TAA13961@mt.sri.com>
In-Reply-To: <Pine.BSF.4.05.9910311815330.8816-100000@home.elischer.org>
References:  <199911010158.SAA13775@mt.sri.com> <Pine.BSF.4.05.9910311815330.8816-100000@home.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> > > ok gimme a better wording.. yours leads me to wonder if there is
> > > somethign special about the mamory a particular thread's stack is on..
> > 
> > That's the only thing that is not 'shared' across threads.  Everything
> > else is shared.
> 
> but that's wrong.. the memory is shared..
> only the %sp register is differnet..

Right, my bad.

Here's what I wrote to Sean.

Thread share everything that a normal process, including a
thread-specific stack which is used to keep each thread's context
seperate from one another.



Nate




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




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