summaryrefslogtreecommitdiff
path: root/m4/pthread-cond.m4
Commit message (Collapse)AuthorAgeFilesLines
* pthread-cond: Fix wrong configure results when <pthread.h> is absent.Fabrice Fontaine2021-04-051-9/+9
| | | | | * m4/pthread-cond.m4 (gl_PTHREAD_COND): When <pthread.h> does not exist, set HAVE_PTHREAD_COND_* to 0, not to 1.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* pthread-cond: New module.Bruno Haible2019-07-151-0/+36
* lib/pthread.in.h (pthread_cond_destroy, pthread_cond_init, pthread_cond_signal, pthread_cond_wait): Remove inline definitions. * lib/pthread-cond.c: New file. * m4/pthread-cond.m4: New file. * modules/pthread-cond: New file. * doc/posix-functions/pthread_cond_init.texi: Mention the new module. * doc/posix-functions/pthread_condattr_init.texi: Likewise. * doc/posix-functions/pthread_condattr_destroy.texi: Likewise. * doc/posix-functions/pthread_cond_wait.texi: Likewise. * doc/posix-functions/pthread_cond_timedwait.texi: Likewise. * doc/posix-functions/pthread_cond_signal.texi: Likewise. * doc/posix-functions/pthread_cond_broadcast.texi: Likewise. * doc/posix-functions/pthread_cond_destroy.texi: Likewise.