Re: threadlib vs. pthread modules

2010-09-22 Thread Paul Eggert
On 09/22/10 08:18, Bruno Haible wrote: > Would you (in coreutils, sort) be willing to use such an API that is > slightly different from POSIX, but much closer to POSIX than > 'lock', 'tls', 'cond', 'thread', 'yield' are now? Yes, that sounds like a better option, thanks! Two further thoughts.

Re: threadlib vs. pthread modules

2010-09-22 Thread Bruno Haible
Hi Paul, > > You can do so by inserting > > gl_use_threads_default=no > > in your configure.ac, before the invocations of gl_INIT_EARLY and gl_INIT. > > Thanks, I didn't know that. I tried it ... > Also, it'd be helpful to document gl_use_threads_default. Well, I did not know about it either,