|
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
[Prev in Thread] | Current Thread | [Next in Thread] |