]> git.ipfire.org Git - thirdparty/glibc.git/commit
htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}
authorgfleury <gfleury@disroot.org>
Fri, 3 Jan 2025 10:37:46 +0000 (12:37 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 29 Jan 2025 01:32:36 +0000 (02:32 +0100)
commit2ebc2d8e24976ae9779d1d78ba8a1ed9b7b1ded7
treecc7c81930705da35c289bcf9e8dab504e034918f
parente892a930736ba8f3c19a47dc0f46fec87da38313
htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}

I haven't exposed _pthread_mutex_lock,  _pthread_mutex_trylock and
_pthread_mutex_unlock in GLIBC_PRIVATE since there aren't used in any
code in libpthread
Message-ID: <20250103103750.870897-3-gfleury@disroot.org>
18 files changed:
htl/Makefile
htl/Versions
htl/forward.c
htl/pt-initialize.c
hurd/hurdlock.c
hurd/hurdlock.h
sysdeps/htl/libc-lockP.h
sysdeps/htl/pthread-functions.h
sysdeps/htl/pthreadP.h
sysdeps/htl/timer_routines.c
sysdeps/mach/hurd/htl/pt-mutex-lock.c
sysdeps/mach/hurd/htl/pt-mutex-timedlock.c
sysdeps/mach/hurd/htl/pt-mutex-trylock.c
sysdeps/mach/hurd/htl/pt-mutex-unlock.c
sysdeps/mach/hurd/i386/libc.abilist
sysdeps/mach/hurd/i386/libpthread.abilist
sysdeps/mach/hurd/x86_64/libc.abilist
sysdeps/mach/hurd/x86_64/libpthread.abilist