Re: [PATCH]: update tls and lock tests to use newer glthread API

2008-09-30 Thread Bruno Haible
Yoann Vandoorselaere wrote on 2008-09-15: > > - Correct pthread_atfork() detection. Yup. Applied, with a more conventional variable name: 2008-09-30 Yoann Vandoorselaere <[EMAIL PROTECTED]> Bruno Haible <[EMAIL PROTECTED]> * m4/thread.m4 (gl_THREAD): Fix detection of pthr

Re: [PATCH]: update tls and lock tests to use newer glthread API

2008-09-30 Thread Bruno Haible
Yoann Vandoorselaere wrote: > > - Make 'lock-tests' and 'tls-tests' depend on the thread and yield > > module, use YIELD_LIBS in place of the deprecated LIBSCHED variable, and > > update 'lock-tests.c' and 'tls-tests.c' to use newer glthread API. Yes, I'm applying nearly exactly your patch. 2008

Re: [PATCH]: update tls and lock tests to use newer glthread API

2008-09-30 Thread Bruno Haible
Yoann Vandoorselaere wrote on 2008-09-15: > > - Make 'lock-tests' and 'tls-tests' depend on the thread and yield > > module, use YIELD_LIBS in place of the deprecated LIBSCHED variable, and > > update 'lock-tests.c' and 'tls-tests.c' to use newer glthread API. Nearly right. Only the USE_*_THREADS

Re: [PATCH]: update tls and lock tests to use newer glthread API

2008-09-30 Thread Bruno Haible
Yoann Vandoorselaere wrote on 2008-09-15: > > - Make 'lock-tests' and 'tls-tests' depend on the thread and yield > > module, use YIELD_LIBS in place of the deprecated LIBSCHED variable, and > > update 'lock-tests.c' and 'tls-tests.c' to use newer glthread API. Doing this broke test-lock on mingw.

Re: [PATCH]: update tls and lock tests to use newer glthread API

2008-09-15 Thread Yoann Vandoorselaere
Le dimanche 14 septembre 2008 à 20:46 +0200, Yoann Vandoorselaere a écrit : > Hi, > > Attached is a patch implementing the following glthread fixes: > > - Correct pthread_atfork() detection. > > - Add the missing cond-tests module. > > - Make 'lock-tests' and 'tls-tests' depend on the thread an

[PATCH]: update tls and lock tests to use newer glthread API

2008-09-14 Thread Yoann Vandoorselaere
Hi, Attached is a patch implementing the following glthread fixes: - Correct pthread_atfork() detection. - Add the missing cond-tests module. - Make 'lock-tests' and 'tls-tests' depend on the thread and yield module, use YIELD_LIBS in place of the deprecated LIBSCHED variable, and update 'lock-