]> sourceware.org Git - glibc.git/commit
nptl: Remove clockwait_tid
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 23 Nov 2020 18:28:57 +0000 (15:28 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 25 Nov 2020 13:40:59 +0000 (10:40 -0300)
commit9e92278ffad441daf588ff1ff5bd8094aa33fbfd
tree82fde8252c3b0bd9927a7da6f81e241d07353984
parent2e39f65b5ef11647beb4980c4244bac8af192c14
nptl: Remove clockwait_tid

It can be replaced with a __futex_abstimed_wait_cancelable64 call,
with the advantage that there is no need to further clock adjustments
to create a absolute timeout.  It allows to remove the now ununsed
futex_timed_wait_cancel64 internal function.

Checked on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
nptl/pthread_join_common.c
sysdeps/nptl/futex-internal.h
This page took 0.041759 seconds and 5 git commands to generate.