Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Query regarding Threads API ( pthread_attr_setstacksize )

0 views
Skip to first unread message

Pallav singh

unread,
Oct 13, 2009, 8:41:02 AM10/13/09
to
Hi All ,

i have a query , using pthread_attr_setstacksize can we change the
system stack used by it
Or it applicable to user space only

pthread_attr_getstacksize (&attr, &stacksize);

pthread_attr_setstacksize (&attr, stacksize);

Thanks
Pallav singh

Morris Keesan

unread,
Oct 13, 2009, 9:33:32 AM10/13/09
to
On Tue, 13 Oct 2009 08:41:02 -0400, Pallav singh <singh....@gmail.com>
wrote:

There are no functions named "pthread_*" in standard C. Perhaps you wanted
comp.std.unix, instead of comp.std.c?
--
Morris Keesan -- mke...@post.harvard.edu

lawrenc...@siemens.com

unread,
Oct 13, 2009, 11:01:43 AM10/13/09
to
Morris Keesan <mke...@post.harvard.edu> wrote:
>
> There are no functions named "pthread_*" in standard C. Perhaps you wanted
> comp.std.unix, instead of comp.std.c?

No, comp.programming.threads.
--
Larry Jones

Something COULD happen today. And if anything DOES,
by golly, I'm going to be ready for it! -- Calvin

0 new messages