]> sourceware.org Git - glibc.git/commit
nptl: Replace lll_futex_{timed_}wait by futex-internal.h
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 23 Nov 2020 13:13:42 +0000 (10:13 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 25 Nov 2020 13:43:18 +0000 (10:43 -0300)
commit878fe624d44b8f6489b2d0de9bfdc09290a719a7
treef618891604fc8a95a0ba87b34e3114eebcc21186
parent5289cec4b8812ffe7998df81b74be8ef6e563b5f
nptl: Replace lll_futex_{timed_}wait by futex-internal.h

The idea is to make NPTL implementation to use on the functions
provided by futex-internal.h.

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

Reviewed-by: Lukasz Majewski <lukma@denx.de>
nptl/lowlevellock.c
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_setprioceiling.c
nptl/pthread_mutex_timedlock.c
This page took 0.041657 seconds and 5 git commands to generate.