]> Savannah Git Hosting - gnulib.git/commit
pthread-spin: New module.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:41:02 +0000 (02:41 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:41:02 +0000 (02:41 +0200)
commit2d853e8b44e1717532e91a76410b2cdfcad7c73d
treed37387ba0cb7f5cd35987e568f481348e3df713d
parent672c3be2f4c01f3b446ac3588bfde2eb6fd6ccea
pthread-spin: New module.

* lib/pthread.in.h (pthread_spin_init, pthread_spin_destroy,
pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock): Remove
inline definitions.
* lib/pthread-spin.c: New file.
* m4/pthread-spin.m4: New file.
* modules/pthread-spin: New file.
* doc/posix-functions/pthread_spin_init.texi: Mention the new module.
* doc/posix-functions/pthread_spin_lock.texi: Likewise.
* doc/posix-functions/pthread_spin_trylock.texi: Likewise.
* doc/posix-functions/pthread_spin_unlock.texi: Likewise.
* doc/posix-functions/pthread_spin_destroy.texi: Likewise.
ChangeLog
doc/posix-functions/pthread_spin_destroy.texi
doc/posix-functions/pthread_spin_init.texi
doc/posix-functions/pthread_spin_lock.texi
doc/posix-functions/pthread_spin_trylock.texi
doc/posix-functions/pthread_spin_unlock.texi
lib/pthread-spin.c [new file with mode: 0644]
lib/pthread.in.h
m4/pthread-spin.m4 [new file with mode: 0644]
modules/pthread-spin [new file with mode: 0644]