Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 1999 13:02:34 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        Peter Dufault <dufault@hda.com>
Cc:        nate@mt.sri.com, julian@whistle.com, freebsd-arch@freebsd.org
Subject:   Re: Threads models and FreeBSD.
Message-ID:  <199911012002.NAA18614@mt.sri.com>
In-Reply-To: <199911011936.OAA18744@hda.hda.com>
References:  <199911010221.TAA13961@mt.sri.com> <199911011936.OAA18744@hda.hda.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > > 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.
> 
> I haven't caught up with you guys yet.  This is what
> I asked about POSIX threading before: can stack be private per
> thread?

I don't believe so, although each thread does have it's own stack, it's
not private.  Sean would know more though....


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?199911012002.NAA18614>