]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/Makefile
Split timed-wait functions out of nptl/lowlevellock.c.
authorRoland McGrath <roland@hack.frob.com>
Tue, 26 May 2015 21:49:13 +0000 (14:49 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 26 May 2015 21:49:13 +0000 (14:49 -0700)
commit68c97aef626e489effeffe6d1d6a4f14656a720c
tree2f51029eda95535f68d6d2ce92481db26a5ddd07
parent97554e4382e5d85eccf146b58f85aaad7e3d687c
Split timed-wait functions out of nptl/lowlevellock.c.
15 files changed:
ChangeLog
nptl/Makefile
nptl/lll_timedlock_wait.c [new file with mode: 0644]
nptl/lll_timedwait_tid.c [new file with mode: 0644]
nptl/lowlevellock.c
sysdeps/sparc/sparc32/lll_timedlock_wait.c [new file with mode: 0644]
sysdeps/sparc/sparc32/lll_timedwait_tid.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c [new file with mode: 0644]