Re: Using a multithreaded library

2002-09-29 Thread Roland McGrath
My plan is not try to have an integrated working pthreads without punting the fixed stacks approach and requiring %gs setup. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Using a multithreaded library

2002-09-29 Thread Neal H. Walfield
Julien PUYDT has brought this interesting scenario to my attention. He also wrote the supplied test program. It is possible that a program can end up using pthreads without actually linking to them directly. For instance, programs which use dlopen and family to load DSOs may not be multithreaded