[hurd, commited 0/8] htl: move pthread_barrierattr* and pthread_barrier* into libc
Samuel Thibault
samuel.thibault@ens-lyon.org
Mon Feb 10 01:06:47 GMT 2025
gfleury (8):
htl: move __pthread_default_barrierattr into libc.
htl: move pthread_barrierattr_destroy into libc.
htl: move pthread_barrierattr_init into libc.
htl: move pthread_barrierattr_getpshared,
pthread_barrierattr_setpshared into libc.
htl: move pthread_barrier_destroy into libc.
htl: move pthread_barrier_init into libc.
htl: move pthread_barrier_wait into libc.
htl: stop exporting __pthread_default_barrierattr.
htl/Makefile | 16 ++++++++--------
htl/Versions | 18 ++++++++++++++----
sysdeps/htl/pt-barrier-destroy.c | 9 ++++++++-
sysdeps/htl/pt-barrier-init.c | 10 ++++++++--
sysdeps/htl/pt-barrier-wait.c | 10 ++++++++--
sysdeps/htl/pt-barrierattr-destroy.c | 11 +++++++++--
sysdeps/htl/pt-barrierattr-getpshared.c | 9 ++++++++-
sysdeps/htl/pt-barrierattr-init.c | 9 ++++++++-
sysdeps/htl/pt-barrierattr-setpshared.c | 9 ++++++++-
sysdeps/htl/pthreadP.h | 18 ++++++++++++++++++
sysdeps/mach/hurd/i386/libc.abilist | 14 ++++++++++++++
sysdeps/mach/hurd/i386/libpthread.abilist | 7 -------
sysdeps/mach/hurd/x86_64/libc.abilist | 14 ++++++++++++++
sysdeps/mach/hurd/x86_64/libpthread.abilist | 7 -------
14 files changed, 125 insertions(+), 36 deletions(-)
--
2.47.2
More information about the Libc-alpha
mailing list