pthreads-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pthreads-hackers] threadvar and non-fixed size stacks


From: Johan Rydberg
Subject: [Pthreads-hackers] threadvar and non-fixed size stacks
Date: Wed, 30 Jan 2002 18:21:06 +0100

Hi!

Looking through the Hurd sysdeps I found that 'pthread_self' uses
the Hurd threadvar mechanism.  But how does this work with stacks
that is of non-fixed size (using 'pthread_attr_setstacksize')?

From what I have understood is that all stacks in a process must
have the same size to make the Hurd threadvar thingy work.

brgds
johan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]